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

I'm using same code on 4.x and 3.x, while on 3.x it's working without any issue then on 4.x it's throwing exceptions Just create pool: ``` final JedisPoolConfig poolConfig =...

Fix return value of HRANDFIELD With Values when count is negative https://github.com/redis/jedis/issues/3017

BUG
breakingchange

### Discussed in https://github.com/redis/jedis/discussions/3059 Originally posted by **angelo147** July 6, 2022 Hi, In The JRediSearch client there was a querybuilder package with helpful utility classes in order to build a...

enhancement

Revert https://github.com/redis/jedis/commit/4c61eee3cb1d535cda3119c42eabc330a046d6d8

testing

**FT._ List** can obtain the existing index list in Redisearch. Which method can obtain similar functions in jedis? Or is there any method to judge whether the index is created?

question

As suggested in https://github.com/redis/jedis/issues/2961

Is it possible to dynamically reload the SSL certificate and key for the existing connection so that we can avoid making new connection when certificate and key files have changed?

question

https://redis.io/commands/ft.profile/

enhancement

https://redis.io/commands/ft.spellcheck/

enhancement

https://redis.io/commands/ft.search/

enhancement