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 | Class and Description |
---|---|
class |
DefaultTypedTuple<V>
Default implementation of TypedTuple.
|
Modifier and Type | Method and Description |
---|---|
Set<ZSetOperations.TypedTuple<V>> |
BoundZSetOperations.rangeByScoreWithScores(double min,
double max) |
Set<ZSetOperations.TypedTuple<V>> |
ZSetOperations.rangeByScoreWithScores(K key,
double min,
double max) |
Set<ZSetOperations.TypedTuple<V>> |
ZSetOperations.rangeByScoreWithScores(K key,
double min,
double max,
long offset,
long count) |
Set<ZSetOperations.TypedTuple<V>> |
ZSetOperations.rangeWithScores(K key,
long start,
long end) |
Set<ZSetOperations.TypedTuple<V>> |
BoundZSetOperations.rangeWithScores(long start,
long end) |
Set<ZSetOperations.TypedTuple<V>> |
BoundZSetOperations.reverseRangeByScoreWithScores(double min,
double max) |
Set<ZSetOperations.TypedTuple<V>> |
ZSetOperations.reverseRangeByScoreWithScores(K key,
double min,
double max) |
Set<ZSetOperations.TypedTuple<V>> |
ZSetOperations.reverseRangeByScoreWithScores(K key,
double min,
double max,
long offset,
long count) |
Set<ZSetOperations.TypedTuple<V>> |
ZSetOperations.reverseRangeWithScores(K key,
long start,
long end) |
Set<ZSetOperations.TypedTuple<V>> |
BoundZSetOperations.reverseRangeWithScores(long start,
long end) |
Modifier and Type | Method and Description |
---|---|
int |
DefaultTypedTuple.compareTo(ZSetOperations.TypedTuple<V> o) |
Modifier and Type | Method and Description |
---|---|
Long |
ZSetOperations.add(K key,
Set<ZSetOperations.TypedTuple<V>> tuples) |
Long |
BoundZSetOperations.add(Set<ZSetOperations.TypedTuple<V>> tuples) |
Modifier and Type | Method and Description |
---|---|
Set<ZSetOperations.TypedTuple<E>> |
DefaultRedisZSet.rangeByScoreWithScores(double min,
double max) |
Set<ZSetOperations.TypedTuple<E>> |
RedisZSet.rangeByScoreWithScores(double min,
double max) |
Set<ZSetOperations.TypedTuple<E>> |
DefaultRedisZSet.rangeWithScores(long start,
long end) |
Set<ZSetOperations.TypedTuple<E>> |
RedisZSet.rangeWithScores(long start,
long end) |
Set<ZSetOperations.TypedTuple<E>> |
DefaultRedisZSet.reverseRangeByScoreWithScores(double min,
double max) |
Set<ZSetOperations.TypedTuple<E>> |
RedisZSet.reverseRangeByScoreWithScores(double min,
double max) |
Set<ZSetOperations.TypedTuple<E>> |
DefaultRedisZSet.reverseRangeWithScores(long start,
long end) |
Set<ZSetOperations.TypedTuple<E>> |
RedisZSet.reverseRangeWithScores(long start,
long end) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.