Uses of Package
org.springframework.data.redis.connection.convert
Packages that use org.springframework.data.redis.connection.convert
Package
Description
Redis specific converters used for sending data and parsing responses.
Connection package for Jedis library.
Connection package for Lettuce Redis client.
-
Classes in org.springframework.data.redis.connection.convert used by org.springframework.data.redis.connection.convertClassDescriptionConverts Longs to Booleans
-
Classes in org.springframework.data.redis.connection.convert used by org.springframework.data.redis.connection.jedisClassDescriptionCommon type convertersConverts a List of values of one type to a List of values of another typeConverts a Map of values of one key/value type to a Map of values of another typeConverts a Set of values of one type to a Set of values of another type preserving item order.
-
Classes in org.springframework.data.redis.connection.convert used by org.springframework.data.redis.connection.lettuceClassDescriptionCommon type convertersConverts a List of values of one type to a List of values of another type