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

Add two helper methods to JedisPool - one that uses a lamda to operate with a jedis connection from the pool and doesn't return anything - other similar but it...

The redis.io webpage for [bitfields](https://redis.io/docs/data-types/bitfields/) needs the Java example as well. The python equivalent can be used to copy the setup and can be found [here](https://github.com/redis/redis-py/pull/3002/files#diff-75621ec51da32e7f657243e238496703618ccfb882d0eac5b7c61ed400e1830f) The first line of...

We are using the `default` user for ACL tests. Because of that some bugs are getting uncaught even when the user param gets missed.

testing
good-first-issue

I wrote [this script](https://github.com/walles/mvn-testalot) and ran it on aa0158c: ``` mvn-testalot.py 50 ``` While that is running, you can do... ``` mvn-testalot.py report target/testalot ``` ... to get an intermediate...

testing

This PR aims to introduce a better way to manage connection settings in the tests while making minimal possible impact. **Out of the scope:** Rewriting/Updating all the tests to support...