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

### Expected behavior I have a Spring Boot application where I loop until a key is found in Redis (Azure Redis). Everything works fine, and there are no issues. I...

This is a proof of concept. I wanted to see if it is reasonable to add the TestContainers library to this project.

testing

A different approach to the PR #2236 * here the client should use a different class `ClientSideCaching` and pass 2 jedis connection (the data and the invalidation / RESP2) *...

DISCUSSION NEEDED
enhancement

Hi, I have created a small Proof of Concept for Client Side Caching. The ideas behind it: * almost transparent for the application, as soo as the `jedis.clientTracking` is called...

DISCUSSION NEEDED
enhancement

### Expected behavior Open Changelog, browse the releases and find out if it is neccessary to migrate my source code when upgrading to that version. ### Actual behavior Instructions are...

Is there any reason that Jedis implementations use `GenericObjectPoolConfig` by default when `JedisPoolConfig` is available?

stale

I can't find it.

enhancement

https://gist.github.com/antirez/2bc68a9e9e45395e297d288453d5d54c

enhancement

Extended version of #2540 Resolves https://github.com/redis/jedis/projects/1#card-55852671 Resolves https://github.com/redis/jedis/projects/1#card-55852669