M Sazzadul Hoque
M Sazzadul Hoque
### 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...
Revert https://github.com/redis/jedis/commit/4c61eee3cb1d535cda3119c42eabc330a046d6d8
https://redis.io/commands/ft.search/
RESET command that resets client connection state Ref: redis/redis#7982
SPUBLISH, SSUBSCRIBE, SUNSUBSCRIBE, PUBSUB SHARDCHANNELS/SHARDNUMSUB commands References: 1. https://github.com/redis/redis/pull/8621 2. https://github.com/redis/redis/pull/10792
Use CLUSTER SHARDS command internally in cluster related classes to replace the usages of CLUSTER SLOTS command.
Jedis alternatively uses `int` and `long` while receiving offset, count and similar parameters. We should change it to consistently use either one of those. Which one should it be? Here...