Class SpelIndexDefinition

java.lang.Object
org.springframework.data.redis.core.index.RedisIndexDefinition
org.springframework.data.redis.core.index.SpelIndexDefinition
All Implemented Interfaces:
IndexDefinition

public class SpelIndexDefinition extends RedisIndexDefinition
SpelIndexDefinition defines index that is evaluated based on a SpelExpression requires the SpelIndexResolver to be evaluated.
Since:
1.7
Author:
Christoph Strobl