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'
- clones
-
JDG-7219 [RESP] LMPOP options are case sensitive
- Verified