Package | Description |
---|---|
io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
io.lettuce.core.api.sync |
Standalone Redis API for synchronous executed commands.
|
io.lettuce.core.cluster.api.sync |
Redis Cluster API for synchronous executed commands.
|
io.lettuce.core.cluster.pubsub.api.sync |
Redis Cluster Pub/Sub API for synchronous executed commands.
|
io.lettuce.core.pubsub.api.sync |
Pub/Sub Redis API for synchronous executed commands.
|
Modifier and Type | Method and Description |
---|---|
static <K,V> ScanIterator<ScoredValue<V>> |
ScanIterator.zscan(RedisSortedSetCommands<K,V> commands,
K key)
Sequentially iterate over scored values in a sorted set identified by
key . |
static <K,V> ScanIterator<ScoredValue<V>> |
ScanIterator.zscan(RedisSortedSetCommands<K,V> commands,
K key,
ScanArgs scanArgs)
Sequentially iterate over scored values in a sorted set identified by
key . |
Modifier and Type | Interface and Description |
---|---|
interface |
RedisCommands<K,V>
A complete synchronous and thread-safe Redis API with 400+ Methods.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RedisAdvancedClusterCommands<K,V>
Advanced synchronous and thread-safe Redis Cluster API.
|
interface |
RedisClusterCommands<K,V>
A complete synchronous and thread-safe Redis Cluster API with 400+ Methods.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RedisClusterPubSubCommands<K,V>
Synchronous and thread-safe Redis Cluster PubSub API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RedisPubSubCommands<K,V>
Synchronous and thread-safe Redis PubSub API.
|
Copyright © 2023 lettuce.io. All rights reserved.