jedis icon indicating copy to clipboard operation
jedis copied to clipboard

Redis Java client

Results 259 jedis issues
Sort by recently updated
recently updated
newest added

Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.5 to 3.3.0. Commits d0b96a4 [maven-release-plugin] prepare release surefire-3.3.0 71796af Bump org.codehaus.plexus:plexus-component-annotations afb2d4e Bump org.codehaus.plexus:plexus-interpolation from 1.25 to 1.27 e6287dd [SUREFIRE-2232] [REGRESSION] StatelessXmlReporter fails to process failed...

dependencies

Bumps [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) from 3.0.1 to 3.1.0. Release notes Sourced from org.apache.maven.plugins:maven-release-plugin's releases. 3.1.0 🚀 New features and improvements [MRELEASE-1145] - Upgrade to Maven 3.6.3 (#217) @​michael-o [MRELEASE-1139] - Improve logging...

dependencies

Add tests that verify recommended connection settings in some negative scenarios: - Network interruptions - Redis Server restarts - OSS Cluster Topology changes

Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.3 to 3.7.0. Commits 2c28b8d [maven-release-plugin] prepare release maven-javadoc-plugin-3.7.0 5530d68 [MJAVADOC-793] java.lang.NullPointerException: Cannot invoke "String.length()... 08cf68e Revert "Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2" 6446822 Bump org.apache.maven.shared:maven-invoker from...

dependencies

Bumps org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.sonatype.plugins:nexus-staging-maven-plugin&package-manager=maven&previous-version=1.6.13&new-version=1.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

I am getting the below error below is the stack trace ``` ERROR 23-May-24 10:56:41,217 ConnectionFactory#79: Error while validating pooled Connection object. redis.clients.jedis.exceptions.JedisConnectionException: Unexpected end of stream. at redis.clients.jedis.util.RedisInputStream.ensureFill(RedisInputStream.java:248) ~[jedis-5.1.2.jar:?]...