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.bitop(BitOperation operation,
String destkey,
List<String> keys,
Handler<AsyncResult<Long>> handler)
Perform bitwise operations between strings
|
RedisTransaction |
RedisTransaction.bitop(BitOperation operation,
String destkey,
List<String> keys,
Handler<AsyncResult<String>> handler)
Perform bitwise operations between strings
|
Single<String> |
RedisTransaction.rxBitop(BitOperation operation,
String destkey,
List<String> keys)
Perform bitwise operations between strings
|
Single<Long> |
RedisClient.rxBitop(BitOperation operation,
String destkey,
List<String> keys)
Perform bitwise operations between strings
|
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.bitop(BitOperation operation,
String destkey,
List<String> keys,
Handler<AsyncResult<Long>> handler)
Deprecated.
Perform bitwise operations between strings
|
RedisTransaction |
RedisTransaction.bitop(BitOperation operation,
String destkey,
List<String> keys,
Handler<AsyncResult<String>> handler)
Deprecated.
Perform bitwise operations between strings
|
Modifier and Type | Method and Description |
---|---|
static BitOperation |
BitOperation.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static BitOperation[] |
BitOperation.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.bitop(BitOperation operation,
String destkey,
List<String> keys,
Handler<AsyncResult<Long>> handler)
Perform bitwise operations between strings
|
RedisTransaction |
RedisTransaction.bitop(BitOperation operation,
String destkey,
List<String> keys,
Handler<AsyncResult<String>> handler)
Perform bitwise operations between strings
|
Observable<String> |
RedisTransaction.bitopObservable(BitOperation operation,
String destkey,
List<String> keys)
|
Observable<Long> |
RedisClient.bitopObservable(BitOperation operation,
String destkey,
List<String> keys)
|
Single<String> |
RedisTransaction.rxBitop(BitOperation operation,
String destkey,
List<String> keys)
Perform bitwise operations between strings
|
Single<Long> |
RedisClient.rxBitop(BitOperation operation,
String destkey,
List<String> keys)
Perform bitwise operations between strings
|
Copyright © 2023 Eclipse. All rights reserved.