Merge branch 'master' into 3.0.0

pull/1833/head
Nikita Koksharov 6 years ago
commit 7afeb83281

@ -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) {

@ -1128,7 +1128,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) {

@ -1147,7 +1147,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) {

Loading…
Cancel
Save