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

As documented [here](https://github.com/redis/redis/pull/12299), to be tested against redis unstable.

feature
good-first-issue

As documented in this [pull request](https://github.com/redis/redis/pull/12765)

feature
good-first-issue

### Expected behavior Send customized command using Jedis ### Actual behavior var jedisPool = new JedisService("").jedisPool var jedisRead = jedisPool.getResource var get_ori = redis.clients.jedis.Protocol.Command.GET println(this.jedisRead.sendCommand(get_ori, key)) ### Steps to reproduce:...

stale

As documented [here](https://github.com/redis/redis/issues/7388), to be tested against redis unstable.

feature

- [ ] #3730 - [ ] #3731 - [ ] #3732

tracking-issue

Add equals and hashcode in class SetParams issue #2687

Add support for the command as documented [here](https://redis.io/commands/cluster-links)

feature
good-first-issue

### Expected behavior Notice lettuce could fire an AdaptiveRefreshScheduledEvent event to subcribe it by client api when Redis Cluster TopologyRefresh. And then client codes can do something for HA/consistency functions....

### Expected behavior JedisSentinelPool() should create connection to sentinels in MasterListener thread. Then pool.close() should always close that connection JedisSentinelPool pool = new JedisSentinelPool() pool.close() ### Actual behavior There is...

According to `.github/CONTRIBUTING.md`, we're using `hbase-formatter.xml` for controlling code style. However, much of the code is still violating the style specified in the format configuration. Relying on the IDE settings...