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

[RESP] ZRANGEBYSCORE returns incorrect elements with exclusive interval

XMLWordPrintable

      Looks like Infinispan is missing support of exclusive intervals. Following command should return empty array

      127.0.0.1:11222> zadd zset 1 b 2 c 3 d 4 e 5 f
      (integer) 5
      127.0.0.1:11222> zrangebyscore zset (6 (+inf
      1) "c"
      2) "d"
      3) "e"
      4) "f"
      

              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: