]> git.saurik.com Git - redis.git/blobdiff - tests/unit/cas.tcl
Version bumped to 2.9.5
[redis.git] / tests / unit / cas.tcl
index 082fba3535815102f0a0bb6ac0022b48219b91f0..95766abe4580a63602bd65ab26cb4cc110b3d190 100644 (file)
@@ -25,6 +25,16 @@ start_server {tags {"cas"}} {
         r exec
     } {}
 
         r exec
     } {}
 
+    test {EXEC fail on WATCHed key modified by SORT with STORE even if the result is empty} {
+        r flushdb
+        r lpush foo bar
+        r watch foo
+        r sort emptylist store foo
+        r multi
+        r ping
+        r exec
+    } {}
+
     test {After successful EXEC key is no longer watched} {
         r set x 30
         r watch x
     test {After successful EXEC key is no longer watched} {
         r set x 30
         r watch x