Package org.redisson.client.protocol
Class RedisCommand<R>
java.lang.Object
org.redisson.client.protocol.RedisCommand<R>
- Type Parameters:
R
- return type
- Direct Known Subclasses:
RedisStrictCommand
- Author:
- Nikita Koksharov
-
Constructor Summary
ConstructorDescriptionRedisCommand
(String name) RedisCommand
(String name, String subName) RedisCommand
(String name, String subName, Convertor<R> convertor) RedisCommand
(String name, String subName, MultiDecoder<R> replayMultiDecoder) RedisCommand
(String name, Convertor<R> convertor) RedisCommand
(String name, MultiDecoder<R> replayMultiDecoder) RedisCommand
(String name, MultiDecoder<R> replayMultiDecoder, Convertor<R> convertor) RedisCommand
(RedisCommand<R> command, String name) Copy command and change nameRedisCommand
(RedisCommand<R> command, String name, Convertor<R> convertor) -
Method Summary
-
Constructor Details
-
RedisCommand
Copy command and change name- Parameters:
command
- - source commandname
- - new command name
-
RedisCommand
-
RedisCommand
-
RedisCommand
-
RedisCommand
-
RedisCommand
-
RedisCommand
-
RedisCommand
-
RedisCommand
-
-
Method Details