M Sazzadul Hoque

Results 63 issues of M Sazzadul Hoque
trafficstars

### 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

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

enhancement

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

enhancement

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

enhancement

RESET command that resets client connection state Ref: redis/redis#7982

enhancement

SPUBLISH, SSUBSCRIBE, SUNSUBSCRIBE, PUBSUB SHARDCHANNELS/SHARDNUMSUB commands References: 1. https://github.com/redis/redis/pull/8621 2. https://github.com/redis/redis/pull/10792

enhancement

Use CLUSTER SHARDS command internally in cluster related classes to replace the usages of CLUSTER SLOTS command.

enhancement

https://redis.io/commands/cluster-shards/

enhancement

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...

discussion needed