Uses of Package
org.springframework.data.redis.core.index
Package
Description
Converters for Redis repository support utilizing mapping metadata.
Abstractions for Redis secondary indexes.
-
ClassDescription
-
ClassDescription
IndexDefinition
allow to set up a blueprint for creating secondary index structures in Redis.Context in which a particular value is about to get indexed.IndexDefinitionProvider
give access toIndexDefinition
s for creating secondary index structures.Registry that allows addingIndexDefinition
.Converter
implementation that is used to transform values for usage in a particular secondary index.IndexDefinition
that is based on a property paths.BaseIndexDefinition
implementation.