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

[RESP] `SETRANGE non-existing-key 0 ""` shouldn't create a key

XMLWordPrintable

      Infinispan:

      127.0.0.1:11222> SETRANGE mykey 0 ""
      (integer) 0
      127.0.0.1:11222> EXISTS mykey
      (integer) 1
      

      Redis:

      127.0.0.1:6379> SETRANGE mykey 0 ""
      (integer) 0
      127.0.0.1:6379> EXISTS mykey
      (integer) 0
      

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

                Created:
                Updated:
                Resolved: