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