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

ZADD return error on lowercase arguments

    XMLWordPrintable

Details

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

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              vrigamon@redhat.com Vittorio Rigamonti
              vrigamon@redhat.com Vittorio Rigamonti
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: