M Sazzadul Hoque
M Sazzadul Hoque
I would have set these (STORE &STOREDIST) as Keywords so you won't have to re-serialize them on each call _Originally posted by @gkorland in https://github.com/redis/jedis/pull/2157#discussion_r392667981_ None of the Params classes...
### Expected behavior There should be a easy to check if the cluster is initialized properly. I.e. if there is a pool initialized for each hash slot. For example, if...
Is there any reason that Jedis implementations use `GenericObjectPoolConfig` by default when `JedisPoolConfig` is available?
Extended version of #2540 Resolves https://github.com/redis/jedis/projects/1#card-55852671 Resolves https://github.com/redis/jedis/projects/1#card-55852669
Resolves #169
Ref https://github.com/RediSearch/JRediSearch/issues/166#issuecomment-924669695
The documentation for both [CLUSTER REPLICAS](https://redis.io/commands/cluster-replicas/) and [CLUSTER SLAVES](https://redis.io/commands/cluster-slaves/) state that the return is in same format as [CLUSTER NODES](https://redis.io/commands/cluster-nodes/) command. But the return of CLUSTER NODES command is [Bulk...
Following command works: ``` > "FT.CREATE" "testindex" "SCHEMA" "title" "TEXT" "WEIGHT" "5.0" "plot" "TEXT" "SORTABLE" "genre" "TAG" "SEPARATOR" "," "SORTABLE" "release_year" "NUMERIC" "SORTABLE" "rating" "NUMERIC" "SORTABLE" "votes" "NUMERIC" "SORTABLE" OK...
Inspiration: https://github.com/redis/jedis/discussions/3058