Package | Description |
---|---|
io.vertx.reactivex.redis | |
io.vertx.redis | |
io.vertx.redis.op | |
io.vertx.rxjava.redis |
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.
|
Single<JsonArray> |
RedisClient.rxBitfield(String key,
BitFieldOptions bitFieldOptions)
Perform arbitrary bitfield integer operations on strings.
|
Single<JsonArray> |
RedisClient.rxBitfieldWithOverflow(String key,
BitFieldOptions commands,
BitFieldOverflowOptions overflow)
Perform arbitrary bitfield integer operations on strings.
|
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.bitfield(String key,
BitFieldOptions bitFieldOptions,
Handler<AsyncResult<JsonArray>> handler)
Deprecated.
Perform arbitrary bitfield integer operations on strings.
|
RedisClient |
RedisClient.bitfieldWithOverflow(String key,
BitFieldOptions commands,
BitFieldOverflowOptions overflow,
Handler<AsyncResult<JsonArray>> handler)
Deprecated.
Perform arbitrary bitfield integer operations on strings.
|
Constructor and Description |
---|
BitFieldOptions(BitFieldOptions obj)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.bitfield(String key,
BitFieldOptions bitFieldOptions,
Handler<AsyncResult<JsonArray>> handler)
Perform arbitrary bitfield integer operations on strings.
|
Observable<JsonArray> |
RedisClient.bitfieldObservable(String key,
BitFieldOptions bitFieldOptions)
Deprecated.
|
RedisClient |
RedisClient.bitfieldWithOverflow(String key,
BitFieldOptions commands,
BitFieldOverflowOptions overflow,
Handler<AsyncResult<JsonArray>> handler)
Perform arbitrary bitfield integer operations on strings.
|
Observable<JsonArray> |
RedisClient.bitfieldWithOverflowObservable(String key,
BitFieldOptions commands,
BitFieldOverflowOptions overflow)
|
Single<JsonArray> |
RedisClient.rxBitfield(String key,
BitFieldOptions bitFieldOptions)
Perform arbitrary bitfield integer operations on strings.
|
Single<JsonArray> |
RedisClient.rxBitfieldWithOverflow(String key,
BitFieldOptions commands,
BitFieldOverflowOptions overflow)
Perform arbitrary bitfield integer operations on strings.
|
Copyright © 2023 Eclipse. All rights reserved.