| Package | Description |
|---|---|
| org.springframework.data.redis.core |
Core package for integrating Redis with Spring concepts.
|
| org.springframework.data.redis.support.collections |
Package providing implementations for most of the
java.util collections on top of Redis. |
| Modifier and Type | Method and Description |
|---|---|
BoundZSetOperations<K,V> |
RedisTemplate.boundZSetOps(K key) |
BoundZSetOperations<K,V> |
RedisOperations.boundZSetOps(K key)
Returns the operations performed on zset values (also known as sorted sets) bound to the given key.
|
| Constructor and Description |
|---|
DefaultRedisZSet(BoundZSetOperations<String,E> boundOps)
Constructs a new
DefaultRedisZSet instance with a default score of '1'. |
DefaultRedisZSet(BoundZSetOperations<String,E> boundOps,
double defaultScore)
Constructs a new
DefaultRedisZSet instance. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.