| Package | Description |
|---|---|
| io.lettuce.core.failover.api |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiDbConnectionFuture<C extends BaseRedisMultiDbConnection>
A
MultiDbConnectionFuture represents the result of an asynchronous multi-database connection initialization. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StatefulRedisMultiDbConnection<K,V>
Stateful multi-database Redis connection that supports failover between multiple endpoints.
|
interface |
StatefulRedisMultiDbPubSubConnection<K,V>
Stateful multi-database Redis PubSub connection that supports failover between multiple endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
static <C extends BaseRedisMultiDbConnection> |
MultiDbConnectionFuture.from(CompletableFuture<C> future)
Create a
MultiDbConnectionFuture from a CompletableFuture. |
Copyright © 2026 lettuce.io. All rights reserved.