Package | Description |
---|---|
io.vertx.reactivex.redis | |
io.vertx.redis | |
io.vertx.redis.op | |
io.vertx.rxjava.redis |
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.linsert(String key,
InsertOptions option,
String pivot,
String value,
Handler<AsyncResult<Long>> handler)
Insert an element before or after another element in a list
|
RedisTransaction |
RedisTransaction.linsert(String key,
InsertOptions option,
String pivot,
String value,
Handler<AsyncResult<String>> handler)
Insert an element before or after another element in a list
|
Single<String> |
RedisTransaction.rxLinsert(String key,
InsertOptions option,
String pivot,
String value)
Insert an element before or after another element in a list
|
Single<Long> |
RedisClient.rxLinsert(String key,
InsertOptions option,
String pivot,
String value)
Insert an element before or after another element in a list
|
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.linsert(String key,
InsertOptions option,
String pivot,
String value,
Handler<AsyncResult<Long>> handler)
Deprecated.
Insert an element before or after another element in a list
|
RedisTransaction |
RedisTransaction.linsert(String key,
InsertOptions option,
String pivot,
String value,
Handler<AsyncResult<String>> handler)
Deprecated.
Insert an element before or after another element in a list
|
Modifier and Type | Method and Description |
---|---|
static InsertOptions |
InsertOptions.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static InsertOptions[] |
InsertOptions.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.linsert(String key,
InsertOptions option,
String pivot,
String value,
Handler<AsyncResult<Long>> handler)
Insert an element before or after another element in a list
|
RedisTransaction |
RedisTransaction.linsert(String key,
InsertOptions option,
String pivot,
String value,
Handler<AsyncResult<String>> handler)
Insert an element before or after another element in a list
|
Observable<String> |
RedisTransaction.linsertObservable(String key,
InsertOptions option,
String pivot,
String value)
|
Observable<Long> |
RedisClient.linsertObservable(String key,
InsertOptions option,
String pivot,
String value)
|
Single<String> |
RedisTransaction.rxLinsert(String key,
InsertOptions option,
String pivot,
String value)
Insert an element before or after another element in a list
|
Single<Long> |
RedisClient.rxLinsert(String key,
InsertOptions option,
String pivot,
String value)
Insert an element before or after another element in a list
|
Copyright © 2023 Eclipse. All rights reserved.