| Package | Description |
|---|---|
| org.springframework.data.redis.core |
Core package for integrating Redis with Spring concepts.
|
| org.springframework.data.redis.core.script |
Lua script execution abstraction.
|
| org.springframework.data.redis.support.collections |
Package providing implementations for most of the
java.util collections on top of Redis. |
| 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 © 2011–2019 Pivotal Software, Inc.. All rights reserved.