Uses of Interface
org.springframework.data.redis.core.BoundZSetOperations
Packages that use BoundZSetOperations
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 BoundZSetOperations in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core that return BoundZSetOperationsModifier and TypeMethodDescriptionRedisOperations.boundZSetOps(K key) Returns the operations performed on zset values (also known as sorted sets) bound to the given key.RedisTemplate.boundZSetOps(K key) -
Uses of BoundZSetOperations in org.springframework.data.redis.support.collections
Constructors in org.springframework.data.redis.support.collections with parameters of type BoundZSetOperationsModifierConstructorDescriptionDefaultRedisZSet(BoundZSetOperations<String, E> boundOps) Constructs a newDefaultRedisZSetinstance with a default score of '1'.DefaultRedisZSet(BoundZSetOperations<String, E> boundOps, double defaultScore) Constructs a newDefaultRedisZSetinstance.