| Package | Description |
|---|---|
| org.springframework.data.redis.core |
Core package for integrating Redis with Spring concepts.
|
| org.springframework.data.redis.core.convert | |
| org.springframework.data.redis.hash |
Dedicated support package for Redis hashes.
|
| Constructor and Description |
|---|
RedisKeyValueAdapter(RedisOperations<?,?> redisOps,
RedisMappingContext mappingContext,
CustomConversions customConversions)
Creates new
RedisKeyValueAdapter. |
| Modifier and Type | Method and Description |
|---|---|
void |
MappingRedisConverter.setCustomConversions(CustomConversions customConversions)
Set
CustomConversions to be applied. |
| Constructor and Description |
|---|
ObjectHashMapper(CustomConversions customConversions)
Creates new
ObjectHashMapper. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.