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
public class RedisStrictCommand<T> extends RedisCommand<T>
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description RedisStrictCommand(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, toString
-
-
-
-
Constructor Detail
-
RedisStrictCommand
public RedisStrictCommand(String name, MultiDecoder<T> replayMultiDecoder)
-
RedisStrictCommand
public RedisStrictCommand(String name, String subName, MultiDecoder<T> replayMultiDecoder)
-
RedisStrictCommand
public RedisStrictCommand(String name)
-
RedisStrictCommand
public RedisStrictCommand(String name, String subName, MultiDecoder<T> replayMultiDecoder, Convertor convertor)
-
-