| Package | Description |
|---|---|
| io.vertx.redis |
= Vert.x-redis
:toc: left
|
| io.vertx.redis.op |
| Modifier and Type | Method and Description |
|---|---|
RedisClient |
RedisClient.clientReply(ClientReplyOptions options,
Handler<AsyncResult<String>> handler)
Instruct the server whether to reply to commands.
|
| Modifier and Type | Method and Description |
|---|---|
static ClientReplyOptions |
ClientReplyOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientReplyOptions[] |
ClientReplyOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.