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

[RESP] ZADD ignores GT/LT args

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.1.0.Dev03, 15.0.8.Final
    • None
    • RESP
    • None

      127.0.0.1:11222> zadd ztmp 10 x 20 y 30 z
      (integer) 3
      127.0.0.1:11222> zadd ztmp gt xx ch 5 foo 11 x 21 y 29 z
      (integer) 3
      127.0.0.1:11222> get ztmp
      (error) ERRWRONGTYPE Operation against a key holding the wrong kind of value
      127.0.0.1:11222> zscan ztmp 0
      1) "0"
      2) 1) "x"
         2) "11.0"
         3) "y"
         4) "21.0"
         5) "z"
         6) "29.0"
      

              karestig@redhat.com Katia Aresti
              karestig@redhat.com Katia Aresti
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: