Package org.redisson.client.protocol
Class RedisStrictCommand<T>
java.lang.Object
org.redisson.client.protocol.RedisCommand<T>
org.redisson.client.protocol.RedisStrictCommand<T>
- Type Parameters:
T
- command type
- Author:
- Nikita Koksharov
-
Constructor Summary
ConstructorsConstructorDescriptionRedisStrictCommand
(String name) RedisStrictCommand
(String name, String subName) RedisStrictCommand
(String name, String subName, Convertor<T> convertor) RedisStrictCommand
(String name, String subName, MultiDecoder<T> replayMultiDecoder) RedisStrictCommand
(String name, String subName, MultiDecoder<T> replayMultiDecoder, Convertor convertor) RedisStrictCommand
(String name, Convertor<T> convertor) RedisStrictCommand
(String name, MultiDecoder<T> replayMultiDecoder) -
Method Summary
Methods inherited from class org.redisson.client.protocol.RedisCommand
getConvertor, getName, getReplayMultiDecoder, getSubName, isBlockingCommand, isNoRetry, toString
-
Constructor Details
-
RedisStrictCommand
-
RedisStrictCommand
-
RedisStrictCommand
-
RedisStrictCommand
-
RedisStrictCommand
-
RedisStrictCommand
-
RedisStrictCommand
public RedisStrictCommand(String name, String subName, MultiDecoder<T> replayMultiDecoder, Convertor convertor)
-