Package | Description |
---|---|
io.vertx.redis | |
io.vertx.redis.op |
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.bitfield(String key,
BitFieldOptions bitFieldOptions,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
Deprecated.
Perform arbitrary bitfield integer operations on strings.
|
RedisClient |
RedisClient.bitfieldWithOverflow(String key,
BitFieldOptions commands,
BitFieldOverflowOptions overflow,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
Deprecated.
Perform arbitrary bitfield integer operations on strings.
|
Constructor and Description |
---|
BitFieldOptions(BitFieldOptions obj)
Deprecated.
|
Copyright © 2020 Eclipse. All rights reserved.