public class RedisClusterClient extends BaseRedisClient implements Redis
connectionManager, vertx| Constructor and Description |
|---|
RedisClusterClient(Vertx vertx,
RedisOptions options) |
| Modifier and Type | Method and Description |
|---|---|
static void |
addMasterOnlyCommand(Command command) |
static void |
addReducer(Command command,
Function<List<Response>,Response> fn) |
static void |
addUnSupportedCommand(Command command,
String error) |
Future<RedisConnection> |
connect()
Connects to the redis server.
|
batch, close, sendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbatch, batch, close, connect, createClient, createClient, createClient, send, sendpublic RedisClusterClient(Vertx vertx, RedisOptions options)
public static void addMasterOnlyCommand(Command command)
public Future<RedisConnection> connect()
RedisCopyright © 2021. All rights reserved.