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

Can jedis provide distributed locks in the future? Similar to redisson, it can even renew the expiration time of the lock. I know that although I can directly use redisson...

will not fix

Introducing `JedisSocketFactory` is a neat idea. However, it raises the question of how addressing should work. Right now, `HostAndPort` was the only mechanism to obtain a connection. With domain sockets,...

Redis Sentinel subscribes to +switch-master channel to listen for changes. For pub/sub connections client libraries should give the ability to set socket keep alive settings to detect dead servers or...

JedisCluster uses only Master nodes in the cluster, all the Slave nodes are only standby nodes. In many situation this is a waste of resources. So I write an EnhancedJedisClusterInfoCache...

This pull request is WIP to address #829. - DelegationVerifyTest checks that method delegates the request to delegator's method with same signature - currently it only supports Pipeline - Whole...

It is an sketched version of `custom exception handler for marking connection as broken`, as I stated from #1087 I'm focusing on showing how to introduce custom exception handler, so...

**NOTE : It works fine with Jedis 2.10.0 , but issue started when upgraded the jedis to 4.4.6 or 5.1.0** **POM dependencies are below -** ``` UTF-8 UTF-8 3.0.4 2.16.0...

Documentation describing how to map and query data between Redis and Jackson. Utilize the utility classes that I have developed. Documentation designed to be more accessible for newcomers to Jackson.

Issue #3710 Instead of building Redis server from source code, use Docker images. Prepare docker-compose stacks that accept the version of the Docker image as parameter, so we can run...

will not fix