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, send
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
batch, batch, close, connect, createClient, createClient, createClient, send, send
public RedisClusterClient(Vertx vertx, RedisOptions options)
public static void addMasterOnlyCommand(Command command)
public Future<RedisConnection> connect()
Redis
Copyright © 2021. All rights reserved.