-
Bug
-
Resolution: Done
-
Major
-
RHDG 8.5.x CD
-
None
-
False
-
None
-
False
-
-
-
-
-
-
-
Infinispan should return a score of a Sorted Set member as a double representation instead of String. (Bulk String is valid with RESP2)
ZSCORE example (applies for all the commands returning score (eg. via WITHSCORE option)):
Infinispan:
127.0.0.1:11222> zadd zset 15 key
(integer) 1
127.0.0.1:11222> ZSCORE zset key
"15.0"
Redis:
27.0.0.1:6379> zadd zset 15 key
(integer) 1
127.0.0.1:6379> zscore zset key
(double) 15
- is cloned by
-
ISPN-16686 [RESP] Sorted Set commands return score as a String instead of Double
- Resolved
- is incorporated by
-
ISPN-16329 RESP should return only RESP3 response types
- Resolved