Uploaded image for project: 'Red Hat Data Grid'
  1. Red Hat Data Grid
  2. JDG-7219

[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
            rhn-support-pdrobek Pavel Drobek
            Pavel Drobek Pavel Drobek
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: