| Package | Description |
|---|---|
| io.lettuce.core.failover | |
| io.lettuce.core.failover.api |
| Modifier and Type | Class and Description |
|---|---|
class |
StatefulRedisMultiDbConnectionImpl<C extends StatefulRedisConnection<K,V>,K,V>
Stateful connection wrapper that holds multiple underlying connections and delegates to the currently active one.
|
class |
StatefulRedisMultiDbPubSubConnectionImpl<K,V> |
| 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.
|
Copyright © 2025 lettuce.io. All rights reserved.