| 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.core.mapping | |
| org.springframework.data.redis.hash |
Dedicated support package for Redis hashes.
|
| Class and Description |
|---|
| CustomConversions
Value object to capture custom conversion.
|
| RedisConverter
Redis specific
EntityConverter. |
| Class and Description |
|---|
| Bucket
Bucket is the data bag for Redis hash structures to be used with
RedisData. |
| CustomConversions
Value object to capture custom conversion.
|
IndexedData
IndexedData represents a secondary index for a property path in a given keyspace. |
IndexResolver
IndexResolver extracts secondary index structures to be applied on a given path, PersistentProperty
and value. |
KeyspaceConfiguration
KeyspaceConfiguration allows programmatic setup of keyspaces and time to live options for certain types. |
| KeyspaceConfiguration.KeyspaceSettings |
| RedisConverter
Redis specific
EntityConverter. |
| RedisData
Data object holding
Bucket representing the domain object to be stored in a Redis hash. |
ReferenceResolver
ReferenceResolver retrieves Objects marked with Reference from Redis. |
| Class and Description |
|---|
MappingConfiguration
MappingConfiguration is used for programmatic configuration of secondary indexes, key prefixes, expirations
and the such. |
| Class and Description |
|---|
| CustomConversions
Value object to capture custom conversion.
|
Copyright © 2011-2015–2017 Pivotal Software, Inc.. All rights reserved.