Class RedisQueryCreator

java.lang.Object
org.springframework.data.repository.query.parser.AbstractQueryCreator<org.springframework.data.keyvalue.core.query.KeyValueQuery<RedisOperationChain>,RedisOperationChain>
org.springframework.data.redis.repository.query.RedisQueryCreator

public class RedisQueryCreator extends AbstractQueryCreator<org.springframework.data.keyvalue.core.query.KeyValueQuery<RedisOperationChain>,RedisOperationChain>
Redis specific query creator.
Since:
1.7
Author:
Christoph Strobl, Mark Paluch