Package | Description |
---|---|
io.vertx.redis |
= Vert.x-redis
:toc: left
Vert.x-redis is redis client to be used with Vert.x.
|
io.vertx.redis.op |
Modifier and Type | Method and Description |
---|---|
RedisTransaction |
RedisTransaction.clusterResetWithOptions(ResetOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
Reset a Redis Cluster node.
|
RedisClient |
RedisClient.clusterResetWithOptions(ResetOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
Reset a Redis Cluster node.
|
Modifier and Type | Method and Description |
---|---|
static ResetOptions |
ResetOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResetOptions[] |
ResetOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Eclipse. All rights reserved.