mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +00:00
Added test for SORT corner case: pattern ending with just "->".
This commit is contained in:
parent
3c25c4a691
commit
6a3f0ac68a
@ -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}
|
||||
|
||||
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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user