Home
last modified time | relevance | path

Searched refs:nosort (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/tests/unit/
H A Dsort.tcl136 r sort zset by nosort asc
137 r sort zset by nosort desc
148 assert_equal [r sort zset by nosort asc limit 0 1] {a}
149 assert_equal [r sort zset by nosort desc limit 0 1] {d}
150 assert_equal [r sort zset by nosort asc limit 0 2] {a c}
151 assert_equal [r sort zset by nosort desc limit 0 2] {d b}
152 assert_equal [r sort zset by nosort limit 5 10] {}
153 assert_equal [r sort zset by nosort limit -10 100] {a c e b d}
251 r sort testa by nosort
257 r sort testa by nosort store testb
[all …]