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

ZADD return error on lowercase arguments

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 15.0.3.Final
    • 15.0.1.Final
    • RESP
    • None

      Expected result:

      127.0.0.1:6379> zadd key nx 3 val3
      (integer) 1

       

      actual:

      127.0.0.1:6379> zadd key nx 3 val3
      (error) ERR syntax error

       

      while

      127.0.0.1:6379> zadd key NX 3 val3
      (integer) 1

       

      I suspect this is a more general issue

              vrigamon@redhat.com Vittorio Rigamonti
              vrigamon@redhat.com Vittorio Rigamonti
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: