Package | Description |
---|---|
io.vertx.reactivex.redis | |
io.vertx.redis | |
io.vertx.redis.op | |
io.vertx.rxjava.redis |
Modifier and Type | Method and Description |
---|---|
Single<String> |
RedisTransaction.rxSetBinaryWithOptions(String key,
Buffer value,
SetOptions options)
Set the string value of a key
|
Completable |
RedisClient.rxSetBinaryWithOptions(String key,
Buffer value,
SetOptions options)
Set the string value of a key
|
Single<String> |
RedisTransaction.rxSetWithOptions(String key,
String value,
SetOptions options)
Set the string value of a key
|
Single<String> |
RedisClient.rxSetWithOptions(String key,
String value,
SetOptions options)
Set the string value of a key
|
RedisTransaction |
RedisTransaction.setBinaryWithOptions(String key,
Buffer value,
SetOptions options,
Handler<AsyncResult<String>> handler)
Set the string value of a key
|
RedisClient |
RedisClient.setBinaryWithOptions(String key,
Buffer value,
SetOptions options,
Handler<AsyncResult<Void>> handler)
Set the string value of a key
|
RedisTransaction |
RedisTransaction.setWithOptions(String key,
String value,
SetOptions options,
Handler<AsyncResult<String>> handler)
Set the string value of a key
|
RedisClient |
RedisClient.setWithOptions(String key,
String value,
SetOptions options,
Handler<AsyncResult<String>> handler)
Set the string value of a key
|
Modifier and Type | Method and Description |
---|---|
RedisTransaction |
RedisTransaction.setBinaryWithOptions(String key,
Buffer value,
SetOptions options,
Handler<AsyncResult<String>> handler)
Deprecated.
Set the string value of a key
|
RedisClient |
RedisClient.setBinaryWithOptions(String key,
Buffer value,
SetOptions options,
Handler<AsyncResult<Void>> handler)
Deprecated.
Set the string value of a key
|
RedisTransaction |
RedisTransaction.setWithOptions(String key,
String value,
SetOptions options,
Handler<AsyncResult<String>> handler)
Deprecated.
Set the string value of a key
|
RedisClient |
RedisClient.setWithOptions(String key,
String value,
SetOptions options,
Handler<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.
|
Modifier and Type | Method and Description |
---|---|
Single<String> |
RedisTransaction.rxSetBinaryWithOptions(String key,
Buffer value,
SetOptions options)
Set the string value of a key
|
Single<Void> |
RedisClient.rxSetBinaryWithOptions(String key,
Buffer value,
SetOptions options)
Set the string value of a key
|
Single<String> |
RedisTransaction.rxSetWithOptions(String key,
String value,
SetOptions options)
Set the string value of a key
|
Single<String> |
RedisClient.rxSetWithOptions(String key,
String value,
SetOptions options)
Set the string value of a key
|
RedisTransaction |
RedisTransaction.setBinaryWithOptions(String key,
Buffer value,
SetOptions options,
Handler<AsyncResult<String>> handler)
Set the string value of a key
|
RedisClient |
RedisClient.setBinaryWithOptions(String key,
Buffer value,
SetOptions options,
Handler<AsyncResult<Void>> handler)
Set the string value of a key
|
Observable<String> |
RedisTransaction.setBinaryWithOptionsObservable(String key,
Buffer value,
SetOptions options)
|
Observable<Void> |
RedisClient.setBinaryWithOptionsObservable(String key,
Buffer value,
SetOptions options)
|
RedisTransaction |
RedisTransaction.setWithOptions(String key,
String value,
SetOptions options,
Handler<AsyncResult<String>> handler)
Set the string value of a key
|
RedisClient |
RedisClient.setWithOptions(String key,
String value,
SetOptions options,
Handler<AsyncResult<String>> handler)
Set the string value of a key
|
Observable<String> |
RedisTransaction.setWithOptionsObservable(String key,
String value,
SetOptions options)
|
Observable<String> |
RedisClient.setWithOptionsObservable(String key,
String value,
SetOptions options)
Deprecated.
|
Copyright © 2023 Eclipse. All rights reserved.