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

Now Path can convert RFC6901 style path to json path for example `Path.ofJosnPointer("/abc/0")` can convert to `Path.of(".[\"abc\"].[0]")` the limitation of JsonPointer path is `/abc/0` always convert to `.[\"abc\"].[0]` and not...

### Expected behavior Jedis sends periodic no-op/keepalive commands to sentinel to keep connection alive when sentinel is behind a proxy. Similar behavior as using `setTestWhileIdle(true)` for the Redis connection pool,...

### Expected behavior When using Sentinels, if a new master is elected, normally the Sentinel broadcast a `+switch-master` message which is used by the `JedisSentinelPool` to refresh the connection pool....

I will add javadoc for commands without javadoc when i have time.

This PR supports the commands of [TairHash](https://github.com/alibaba/TairHash) (A redis module, similar to redis hash, but you can set expiration and version for field). Hash that supports field expiration has always...

will not fix