Class RedisIndexDefinition

java.lang.Object
org.springframework.data.redis.core.index.RedisIndexDefinition
All Implemented Interfaces:
IndexDefinition
Direct Known Subclasses:
GeoIndexDefinition, SimpleIndexDefinition, SpelIndexDefinition

public abstract class RedisIndexDefinition extends Object implements IndexDefinition
Base IndexDefinition implementation.
Since:
1.7
Author:
Christoph Strobl