Package | Description |
---|---|
io.vertx.redis | |
io.vertx.redis.op |
Modifier and Type | Method and Description |
---|---|
RedisTransaction |
RedisTransaction.setBinaryWithOptions(String key,
io.vertx.core.buffer.Buffer value,
SetOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
Deprecated.
Set the string value of a key
|
RedisClient |
RedisClient.setBinaryWithOptions(String key,
io.vertx.core.buffer.Buffer value,
SetOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
Deprecated.
Set the string value of a key
|
RedisClient |
RedisClient.setWithOptions(String key,
String value,
SetOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
Deprecated.
Set the string value of a key
|
RedisTransaction |
RedisTransaction.setWithOptions(String key,
String value,
SetOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
Deprecated.
Set the string value of a key
|
Modifier and Type | Field and Description |
---|---|
static SetOptions |
SetOptions.NONE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SetOptions |
SetOptions.setEX(long seconds)
Deprecated.
|
SetOptions |
SetOptions.setNX(boolean unlessExists)
Deprecated.
|
SetOptions |
SetOptions.setPX(long millis)
Deprecated.
|
SetOptions |
SetOptions.setXX(boolean onlyIfExists)
Deprecated.
|
Constructor and Description |
---|
SetOptions(SetOptions obj)
Deprecated.
|
Copyright © 2021 Eclipse. All rights reserved.