Package org.springframework.data.redis.connection.convert

Class Summary
Converters Common type converters
ListConverter<S,T> Converts a List of values of one type to a List of values of another type
LongToBooleanConverter Converts Longs to Booleans
MapConverter<S,T> Converts a Map of values of one key/value type to a Map of values of another type
SetConverter<S,T> Converts a Set of values of one type to a Set of values of another type
StringToDataTypeConverter Converts Strings to DataTypes
StringToPropertiesConverter Converts Strings to Properties
StringToRedisClientInfoConverter Converter implementation to create one RedisClientInfo per line entry in given String array.
TransactionResultConverter<T> Converts the results of transaction exec using a supplied Queue of FutureResults.