Lines Matching refs:nosort
136 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
262 r sort testa by nosort limit 0 3 store testb