Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-16419

[RESP] LMPOP options are case sensitive

XMLWordPrintable

    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'

          karestig@redhat.com Katia Aresti
          karestig@redhat.com Katia Aresti
          Votes:
          0 Vote for this issue
          Watchers:
          1 Start watching this issue

            Created:
            Updated:
            Resolved: