-
Bug
-
Resolution: Done
-
Major
-
RHDG 8.5.x CD
-
None
SORT should return sorted set with BY non-existing key and keep the ordering.
Infinispan:
127.0.0.1:11222> zadd zset 1 a 5 b 2 c 10 d 3 e (integer) 5 127.0.0.1:11222> sort zset by nosort (error) ERR value is not an integer or out of range
Redis:
127.0.0.1:6379> zadd zset 1 a 5 b 2 c 10 d 3 e (integer) 5 127.0.0.1:6379> sort zset by nosort 1) "a" 2) "c" 3) "e" 4) "b" 5) "d"
- depends on
-
ISPN-16769 [RESP] SORT should return sorted set with BY non-existing key
-
- Resolved
-
- is related to
-
JDG-7439 [RESP] Sorting by nonexisting key doesn't take into account ASC/DESC options
-
- New
-