| Package | Description |
|---|---|
| io.lettuce.core.failover | |
| io.lettuce.core.failover.api |
| Modifier and Type | Method and Description |
|---|---|
MultiDbConnectionFuture<StatefulRedisMultiDbConnection<String,String>> |
MultiDbClient.connectAsync()
Open asynchronously a new multi database connection to a Redis server that treats keys and values as UTF-8 strings.
|
<K,V> MultiDbConnectionFuture<StatefulRedisMultiDbConnection<K,V>> |
MultiDbClient.connectAsync(RedisCodec<K,V> codec)
Open asynchronously a new multi database connection to a Redis server.
|
MultiDbConnectionFuture<StatefulRedisMultiDbPubSubConnection<String,String>> |
MultiDbClient.connectPubSubAsync()
Open asynchronously a new multi database pub/sub connection to a Redis server that treats keys and values as UTF-8
strings.
|
<K,V> MultiDbConnectionFuture<StatefulRedisMultiDbPubSubConnection<K,V>> |
MultiDbClient.connectPubSubAsync(RedisCodec<K,V> codec)
Open asynchronously a new multi database pub/sub connection to a Redis server.
|
| 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.