|
|
|
@ -51,6 +51,8 @@ import org.redisson.client.protocol.pubsub.PubSubStatusDecoder;
|
|
|
|
|
|
|
|
|
|
public interface RedisCommands {
|
|
|
|
|
|
|
|
|
|
RedisStrictCommand<Integer> KEYSLOT = new RedisStrictCommand<Integer>("CLUSTER", "KEYSLOT", new IntegerReplayConvertor());
|
|
|
|
|
|
|
|
|
|
RedisStrictCommand<Boolean> GETBIT = new RedisStrictCommand<Boolean>("GETBIT", new BooleanReplayConvertor());
|
|
|
|
|
RedisStrictCommand<Integer> BITS_SIZE = new RedisStrictCommand<Integer>("STRLEN", new BitsSizeReplayConvertor());
|
|
|
|
|
RedisStrictCommand<Integer> STRLEN = new RedisStrictCommand<Integer>("STRLEN", new IntegerReplayConvertor());
|
|
|
|
|