Package | Description |
---|---|
io.vertx.redis |
= Vert.x-redis
:toc: left
Vert.x-redis is redis client to be used with Vert.x.
|
io.vertx.redis.op |
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.linsert(String key,
InsertOptions option,
String pivot,
String value,
io.vertx.core.Handler<io.vertx.core.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,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
Insert an element before or after another element in a list
|
Modifier and Type | Method and Description |
---|---|
static InsertOptions |
InsertOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InsertOptions[] |
InsertOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Eclipse. All rights reserved.