Package | Description |
---|---|
io.vertx.redis | |
io.vertx.redis.op | |
io.vertx.rxjava.redis |
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.setWithOptions(String key,
String value,
SetOptions options,
Handler<AsyncResult<Void>> handler)
Set the string value of a key
|
Modifier and Type | Field and Description |
---|---|
static SetOptions |
SetOptions.NONE |
Modifier and Type | Method and Description |
---|---|
SetOptions |
SetOptions.setEX(long seconds) |
SetOptions |
SetOptions.setNX(boolean unlessExists) |
SetOptions |
SetOptions.setPX(long millis) |
SetOptions |
SetOptions.setXX(boolean onlyIfExists) |
Constructor and Description |
---|
SetOptions(SetOptions obj) |
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.setWithOptions(String key,
String value,
SetOptions options,
Handler<AsyncResult<Void>> handler)
Set the string value of a key
|
Copyright © 2015. All Rights Reserved.