| Package | Description |
|---|---|
| org.springframework.data.redis.cache |
Package providing a Redis implementation for Spring cache abstraction.
|
| org.springframework.data.redis.core |
Core package for integrating Redis with Spring concepts.
|
| org.springframework.data.redis.core.script | |
| org.springframework.data.redis.support.collections |
Package providing implementations for most of the
java.util collections on top of Redis. |
| Constructor and Description |
|---|
RedisCacheManager(RedisTemplate template)
Construct a
RedisCacheManager. |
RedisCacheManager(RedisTemplate template,
Collection<String> cacheNames)
Construct a static
RedisCacheManager, managing caches for the specified cache names only. |
| Modifier and Type | Class and Description |
|---|---|
class |
StringRedisTemplate
String-focused extension of RedisTemplate.
|
| Constructor and Description |
|---|
DefaultScriptExecutor(RedisTemplate<K,?> template) |
| Modifier and Type | Method and Description |
|---|---|
void |
RedisCollectionFactoryBean.setTemplate(RedisTemplate<String,?> template)
Sets the template used by the resulting store.
|
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.