Uses of Class
org.springframework.data.redis.core.RedisKeyValueTemplate
Packages that use RedisKeyValueTemplate
Package
Description
Spring context specific factory support.
-
Uses of RedisKeyValueTemplate in org.springframework.data.redis.repository.support
Constructors in org.springframework.data.redis.repository.support with parameters of type RedisKeyValueTemplateModifierConstructorDescriptionQueryByExampleRedisExecutor(org.springframework.data.repository.core.EntityInformation<T, ?> entityInformation, RedisKeyValueTemplate keyValueTemplate) QueryByExampleRedisExecutor(org.springframework.data.repository.core.EntityInformation<T, ?> entityInformation, RedisKeyValueTemplate keyValueTemplate, IndexResolver indexResolver)