| 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.bitfield(String key,
BitFieldOptions bitFieldOptions,
Handler<AsyncResult<JsonArray>> handler)
Perform arbitrary bitfield integer operations on strings.
|
RedisClient |
RedisClient.bitfieldWithOverflow(String key,
BitFieldOptions commands,
BitFieldOverflowOptions overflow,
Handler<AsyncResult<JsonArray>> handler)
Perform arbitrary bitfield integer operations on strings.
|
| Constructor and Description |
|---|
BitFieldOptions(BitFieldOptions obj) |
Copyright © 2018 Eclipse. All rights reserved.