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 During a scaling down event the cluster should still be available through the configuration endpoint, even while the migration of slots is taking place. Using the Redis...

stale

enhancement
breakingchange
experimental

Recently occurred such a problem in our project: There are some redis clusters on K8s deployed and managed by us, after the business service runs for a period of time...

will not fix

As of RedisBloom (master) 2.4.0, there is a new command TDIGEST.TRIMMED_MEAN. We need to add support and the associated tests, as per [this PR](https://github.com/RedisBloom/RedisBloom/commit/15e10a139eb49a1af700d1c2853c32d18186b72b)

feature

Once [this issue](https://github.com/RedisBloom/RedisBloom/issues/387) is closed, the client should be extended to support the new TDIGEST.QUANTILE extensions.

feature

https://redis.io/commands/?group=tdigest

feature

### Expected behavior Successfully send the command ### Actual behavior Get `Unexpected end of stream` exception. ### Steps to reproduce: This scenario happens from time to time. The command *sometimes*...

stale

My Redis cluster is three masters and three slaves, first I inserted ten pieces of data, then indexed, and then used jedisCluster.ftSearch to query, but can only query the data...

On #647, we switched I/O from Stream based Old I/O to New I/O. Based on New I/O, finally I can introduce non-blocking APIs to Jedis! I'm not familiar with Java...

Is there any plans to supply version compatibility table between jedis and redis on document or wiki?

documentation