]> git.saurik.com Git - redis.git/blobdiff - tests/unit/sort.tcl
New commands: BITOP and BITCOUNT.
[redis.git] / tests / unit / sort.tcl
index ba4122540e490cecffaaf34e847b5fff96acf496..5a181641cff8a935a947e24613d726276faef666 100644 (file)
@@ -190,6 +190,13 @@ start_server {
         r sort myset by score:*
     } {a aa aaa azz b c d e f g h i l m n o p q r s t u v z}
 
         r sort myset by score:*
     } {a aa aaa azz b c d e f g h i l m n o p q r s t u v z}
 
+    test "SORT GET with pattern ending with just -> does not get hash field" {
+        r del mylist
+        r lpush mylist a
+        r set x:a-> 100
+        r sort mylist by num get x:*->
+    } {100}
+
     tags {"slow"} {
         set num 100
         set res [create_random_dataset $num lpush]
     tags {"slow"} {
         set num 100
         set res [create_random_dataset $num lpush]