Package org.springframework.data.redis.connection.convert
@NonNullApi
@NonNullFields
package org.springframework.data.redis.connection.convert
Redis specific converters used for sending data and parsing responses.
-
ClassDescriptionCommon type convertersListConverter<S,
T> Converts a List of values of one type to a List of values of another typeConverts Longs to BooleansMapConverter<S,T> Converts a Map of values of one key/value type to a Map of values of another typeSetConverter<S,T> Converts a Set of values of one type to a Set of values of another type preserving item order.Converts Strings toDataType
sConverts Strings toProperties
Converts the results of transaction exec using a supplied Queue ofFutureResult
s.