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

[RESP] ZRANGE|ZRANGESTORE doesn't work properly with BYLEX

XMLWordPrintable

    • False
    • None
    • False

      Infinispan:

      127.0.0.1:11222> zadd z1 1 a 2 b 3 c 4 d
      (integer) 4
      127.0.0.1:11222> ZRANGE z1 [b [c BYLEX
      (empty array)
      127.0.0.1:11222> ZRANGE z1 [a (d BYLEX
      1) "a"
      

      Redis

      127.0.0.1:6379> zadd z1 1 a 2 b 3 c 4 d
      (integer) 4
      127.0.0.1:6379> ZRANGE z1 [b [c BYLEX
      1) "b"
      2) "c"
      127.0.0.1:6379> ZRANGE z1 [a (d BYLEX
      1) "a"
      2) "b"
      3) "c"
      

            karestig@redhat.com Katia Aresti
            rhn-support-pdrobek Pavel Drobek
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: