Uses of Interface
org.springframework.data.redis.core.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
Modifier 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
ModifierConstructorDescriptionDefaultRedisZSet
(BoundZSetOperations<String, E> boundOps) Constructs a newDefaultRedisZSet
instance with a default score of '1'.DefaultRedisZSet
(BoundZSetOperations<String, E> boundOps, double defaultScore) Constructs a newDefaultRedisZSet
instance.