T
- command typepublic class RedisStrictCommand<T> extends RedisCommand<T>
RedisCommand.ValueType
Constructor and Description |
---|
RedisStrictCommand(String name) |
RedisStrictCommand(String name,
Convertor<T> convertor) |
RedisStrictCommand(String name,
Decoder<T> reponseDecoder) |
RedisStrictCommand(String name,
MultiDecoder<T> replayMultiDecoder) |
RedisStrictCommand(String name,
String subName) |
RedisStrictCommand(String name,
String subName,
Convertor<T> convertor) |
RedisStrictCommand(String name,
String subName,
Decoder<T> reponseDecoder) |
RedisStrictCommand(String name,
String subName,
MultiDecoder<T> replayMultiDecoder) |
RedisStrictCommand(String name,
String subName,
MultiDecoder<T> replayMultiDecoder,
Convertor convertor) |
getConvertor, getName, getOutParamType, getReplayDecoder, getReplayMultiDecoder, getSubName, toString
public RedisStrictCommand(String name, MultiDecoder<T> replayMultiDecoder)
public RedisStrictCommand(String name, String subName, MultiDecoder<T> replayMultiDecoder)
public RedisStrictCommand(String name)
public RedisStrictCommand(String name, String subName, MultiDecoder<T> replayMultiDecoder, Convertor convertor)
public RedisStrictCommand(String name, String subName, Decoder<T> reponseDecoder)
Copyright © 2014–2020 Redisson. All rights reserved.