Package | Description |
---|---|
io.vertx.redis | |
io.vertx.redis.op |
Modifier and Type | Method and Description |
---|---|
RedisTransaction |
RedisTransaction.object(String key,
ObjectCmd cmd,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
Deprecated.
Inspect the internals of Redis objects
|
RedisClient |
RedisClient.object(String key,
ObjectCmd cmd,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
Deprecated.
Inspect the internals of Redis objects
|
Modifier and Type | Method and Description |
---|---|
static ObjectCmd |
ObjectCmd.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ObjectCmd[] |
ObjectCmd.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 Eclipse. All rights reserved.