Uses of Interface
org.springframework.data.redis.core.BoundSetOperations
Packages that use BoundSetOperations
Package
Description
Core package for integrating Redis with Spring concepts.
Package providing implementations for most of the
java.util collections on top of Redis.-
Uses of BoundSetOperations in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core that return BoundSetOperationsModifier and TypeMethodDescriptionRedisOperations.boundSetOps(K key) Returns the operations performed on set values bound to the given key.RedisTemplate.boundSetOps(K key) -
Uses of BoundSetOperations in org.springframework.data.redis.support.collections
Constructors in org.springframework.data.redis.support.collections with parameters of type BoundSetOperationsModifierConstructorDescriptionDefaultRedisSet(BoundSetOperations<String, E> boundOps) Constructs a newDefaultRedisSetinstance.