|
|
|
@ -1099,7 +1099,7 @@ public class RedissonConnection extends AbstractRedisConnection {
|
|
|
|
|
return read(key, ByteArrayCodec.INSTANCE, ZREVRANGE, key, start, end);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private static final RedisCommand<Set<Tuple>> ZREVRANGE_ENTRY = new RedisCommand<Set<Tuple>>("ZRANGE", new ScoredSortedSetReplayDecoder());
|
|
|
|
|
private static final RedisCommand<Set<Tuple>> ZREVRANGE_ENTRY = new RedisCommand<Set<Tuple>>("ZREVRANGE", new ScoredSortedSetReplayDecoder());
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public Set<Tuple> zRevRangeWithScores(byte[] key, long start, long end) {
|
|
|
|
|