Package | Description |
---|---|
io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
io.lettuce.core.api.reactive |
Standalone Redis API for reactive command execution.
|
io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient . |
io.lettuce.core.cluster.api.reactive |
Redis Cluster API for reactive command execution.
|
io.lettuce.core.cluster.pubsub.api.reactive |
Redis Cluster Pub/Sub API for reactive command execution.
|
io.lettuce.core.pubsub |
Pub/Sub connection classes.
|
io.lettuce.core.pubsub.api.reactive |
Pub/Sub Redis API for reactive command execution.
|
io.lettuce.core.sentinel |
Redis Sentinel connection classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRedisReactiveCommands<K,V>
A reactive and thread-safe API for a Redis connection.
|
class |
RedisReactiveCommandsImpl<K,V>
A reactive and thread-safe API for a Redis Sentinel connection.
|
Modifier and Type | Method and Description |
---|---|
static <K,V> Flux<KeyValue<K,V>> |
ScanStream.hscan(RedisHashReactiveCommands<K,V> commands,
K key)
Sequentially iterate over entries in a hash identified by
key . |
static <K,V> Flux<KeyValue<K,V>> |
ScanStream.hscan(RedisHashReactiveCommands<K,V> commands,
K key,
ScanArgs scanArgs)
Sequentially iterate over entries in a hash identified by
key . |
Modifier and Type | Interface and Description |
---|---|
interface |
RedisReactiveCommands<K,V>
A complete reactive and thread-safe Redis API with 400+ Methods.
|
Modifier and Type | Class and Description |
---|---|
class |
RedisAdvancedClusterReactiveCommandsImpl<K,V>
An advanced reactive and thread-safe API to a Redis Cluster connection.
|
class |
RedisClusterPubSubReactiveCommandsImpl<K,V>
A reactive and thread-safe API for a Redis pub/sub connection.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RedisAdvancedClusterReactiveCommands<K,V>
Advanced reactive and thread-safe Redis Cluster API.
|
interface |
RedisClusterReactiveCommands<K,V>
A complete reactive and thread-safe cluster Redis API with 400+ Methods.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RedisClusterPubSubReactiveCommands<K,V>
Reactive and thread-safe Redis Cluster PubSub API.
|
Modifier and Type | Class and Description |
---|---|
class |
RedisPubSubReactiveCommandsImpl<K,V>
A reactive and thread-safe API for a Redis pub/sub connection.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RedisPubSubReactiveCommands<K,V>
Asynchronous and thread-safe Redis PubSub API.
|
Modifier and Type | Class and Description |
---|---|
class |
RedisSentinelReactiveCommandsImpl<K,V>
A reactive and thread-safe API for a Redis Sentinel connection.
|
Copyright © 2019 lettuce.io. All rights reserved.