Uses of Class
org.springframework.data.redis.repository.query.RedisOperationChain.PathAndValue
Packages that use RedisOperationChain.PathAndValue
Package
Description
Redis specific query execution engine.
-
Uses of RedisOperationChain.PathAndValue in org.springframework.data.redis.repository.query
Methods in org.springframework.data.redis.repository.query that return types with arguments of type RedisOperationChain.PathAndValueModifier and TypeMethodDescriptionRedisOperationChain.getOrSismember()RedisOperationChain.getSismember()Methods in org.springframework.data.redis.repository.query with parameters of type RedisOperationChain.PathAndValueModifier and TypeMethodDescriptionvoidRedisOperationChain.orSismember(RedisOperationChain.PathAndValue pathAndValue) voidRedisOperationChain.sismember(RedisOperationChain.PathAndValue pathAndValue) Method parameters in org.springframework.data.redis.repository.query with type arguments of type RedisOperationChain.PathAndValueModifier and TypeMethodDescriptionvoidRedisOperationChain.orSismember(Collection<RedisOperationChain.PathAndValue> next)