RedisDecoder<T> typedef

RedisDecoder<T> = RedisConverter<String, T>

convert to T from String

Implementation

typedef RedisDecoder<T> = RedisConverter<String, T>;