| 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.core.mapping |
Redis specific repository support mapping meta information.
|
| org.springframework.data.redis.hash |
Dedicated support package for Redis hashes.
|
| org.springframework.data.redis.repository.query |
Redis specific query execution engine.
|
| org.springframework.data.redis.repository.support |
Spring context specific factory support.
|
| Class and Description |
|---|
| CustomConversions
Deprecated.
since 2.0, use
RedisCustomConversions. |
| RedisConverter
Redis specific
EntityConverter. |
| Class and Description |
|---|
| Bucket
Bucket is the data bag for Redis hash structures to be used with
RedisData. |
| Bucket.BucketPropertyPath
Value object representing a path within a
Bucket. |
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 |
| MappingRedisConverter.BinaryKeyspaceIdentifier
Value object representing a binary Redis Hash/Object identifier composed from keyspace and object id in the form of
keyspace:id.
|
| MappingRedisConverter.KeyspaceIdentifier
Value object representing a Redis Hash/Object identifier composed from keyspace and object id in the form of
keyspace:id.
|
| RedisConverter
Redis specific
EntityConverter. |
| RedisCustomConversions
Value object to capture custom conversion.
|
| RedisData
Data object holding
Bucket representing the domain object to be stored in a Redis hash. |
| RedisTypeMapper
Redis-specific
TypeMapper exposing that Bucket.BucketPropertyPaths might contain a type key. |
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
Deprecated.
since 2.0, use
RedisCustomConversions. |
| RedisConverter
Redis specific
EntityConverter. |
| Class and Description |
|---|
IndexResolver
IndexResolver extracts secondary index structures to be applied on a given path, PersistentProperty
and value. |
| Class and Description |
|---|
IndexResolver
IndexResolver extracts secondary index structures to be applied on a given path, PersistentProperty
and value. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.