| Package | Description |
|---|---|
| org.springframework.data.redis.core |
Core package for integrating Redis with Spring concepts.
|
| org.springframework.data.redis.core.convert |
Converters for Redis repository support utilizing mapping metadata.
|
| org.springframework.data.redis.hash |
Dedicated support package for Redis hashes.
|
| Modifier and Type | Method and Description |
|---|---|
RedisConverter |
RedisKeyValueAdapter.getConverter()
Get the
RedisConverter in use. |
RedisConverter |
RedisKeyValueTemplate.getConverter()
Obtain the underlying redis specific
EntityConverter. |
| Constructor and Description |
|---|
RedisKeyValueAdapter(RedisOperations<?,?> redisOps,
RedisConverter redisConverter)
Creates new
RedisKeyValueAdapter with specific RedisConverter. |
| Modifier and Type | Class and Description |
|---|---|
class |
MappingRedisConverter
RedisConverter implementation creating flat binary map structure out of a given domain type. |
| Constructor and Description |
|---|
ObjectHashMapper(RedisConverter converter)
Creates a new
ObjectHashMapper using the given RedisConverter for conversion. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.