-
Bug
-
Resolution: Done
-
Major
-
RHDG 8.5.0 GA
-
None
-
False
-
None
-
False
-
-
-
-
-
-
-
Not having `left`, `right` or `count` in upper case makes the option unrecognized and leads to syntax error.
infinispan:
127.0.0.1:11222> lmpop 1 mylist left count 1 (error) ERR syntax error 127.0.0.1:11222> LMPOP 1 mylist LEFT COUNT 1 (nil)
Redis:
127.0.0.1:6379> LMPOP 1 mylist left count 1 (nil) 127.0.0.1:6379> LMPOP 1 mylist LEFT COUNT 1 (nil)
The same applies for 'ZRANK|ZDIFF key member withscore'
- is cloned by
-
ISPN-16419 [RESP] LMPOP options are case sensitive
- Resolved