Uses of Class
org.springframework.data.redis.core.RedisTemplate
Packages that use RedisTemplate
Package
Description
Core package for integrating Redis with Spring concepts.
Lua script execution abstraction.
Package providing implementations for most of the
java.util collections on top of Redis.-
Uses of RedisTemplate in org.springframework.data.redis.core
Subclasses of RedisTemplate in org.springframework.data.redis.coreModifier and TypeClassDescriptionclassString-focused extension of RedisTemplate. -
Uses of RedisTemplate in org.springframework.data.redis.core.script
Constructors in org.springframework.data.redis.core.script with parameters of type RedisTemplate -
Uses of RedisTemplate in org.springframework.data.redis.support.collections
Methods in org.springframework.data.redis.support.collections with parameters of type RedisTemplateModifier and TypeMethodDescriptionvoidRedisCollectionFactoryBean.setTemplate(RedisTemplate<String, ?> template) Sets the template used by the resulting store.