Package | Description |
---|---|
io.vertx.redis | |
io.vertx.redis.op |
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.bitfieldWithOverflow(String key,
BitFieldOptions commands,
BitFieldOverflowOptions overflow,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
Perform arbitrary bitfield integer operations on strings.
|
Modifier and Type | Method and Description |
---|---|
static BitFieldOverflowOptions |
BitFieldOverflowOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitFieldOverflowOptions[] |
BitFieldOverflowOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 Eclipse. All rights reserved.