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

[RESP] ZRANGEBYSCORE returns incorrect elements with exclusive interval

XMLWordPrintable

    • False
    • None
    • False

      Looks like Infinispan is missing support of exlusive 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
              rhn-support-pdrobek Pavel Drobek
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: