Class RedisOperationChain.PathAndValue
java.lang.Object
org.springframework.data.redis.repository.query.RedisOperationChain.PathAndValue
- Direct Known Subclasses:
RedisOperationChain.NearPath
- Enclosing class:
- RedisOperationChain
-
Constructor Summary
ConstructorDescriptionPathAndValue
(String path, Object singleValue) PathAndValue
(String path, Collection<Object> values) -
Method Summary