| Package | Description |
|---|---|
| io.lettuce.core.failover |
| 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 | Method and Description |
|---|---|
StatefulRedisMultiDbConnection<String,String> |
MultiDbClient.connect()
Open a new connection to a Redis server that treats keys and values as UTF-8 strings.
|
<K,V> StatefulRedisMultiDbConnection<K,V> |
MultiDbClient.connect(RedisCodec<K,V> codec)
Open a new connection to a Redis server.
|
Copyright © 2025 lettuce.io. All rights reserved.