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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • None
    • None

      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
              karestig@redhat.com Katia Aresti
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: