| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
StringRedisTemplate
String-focused extension of RedisTemplate.
|
| Constructor and Description |
|---|
DefaultHyperLogLogOperations(RedisTemplate<K,V> template) |
| 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-2015–2016 Pivotal Software, Inc.. All rights reserved.