-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Looks like Infinispan is missing support of exclusive intervals. Following command should return empty array
127.0.0.1:11222> zadd zset 1 b 2 c 3 d 4 e 5 f (integer) 5 127.0.0.1:11222> zrangebyscore zset (6 (+inf 1) "c" 2) "d" 3) "e" 4) "f"
- clones
-
JDG-7237 [RESP] ZRANGEBYSCORE returns incorrect elements with exclusive interval
- Coding In Progress