mirror of
https://github.com/fluencelabs/redis
synced 2025-08-01 00:41:56 +00:00
Merge remote-tracking branch 'origin/unstable' into unstable
This commit is contained in:
@@ -50,6 +50,10 @@ start_server {
|
||||
assert_equal $result [r sort tosort BY weight_*]
|
||||
}
|
||||
|
||||
test "$title: SORT BY key with limit" {
|
||||
assert_equal [lrange $result 5 9] [r sort tosort BY weight_* LIMIT 5 5]
|
||||
}
|
||||
|
||||
test "$title: SORT BY hash field" {
|
||||
assert_equal $result [r sort tosort BY wobj_*->weight]
|
||||
}
|
||||
|
Reference in New Issue
Block a user