Package | Description |
---|---|
io.vertx.redis | |
io.vertx.redis.op |
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.bitop(BitOperation operation,
String destkey,
List<String> keys,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> handler)
Deprecated.
Perform bitwise operations between strings
|
RedisTransaction |
RedisTransaction.bitop(BitOperation operation,
String destkey,
List<String> keys,
io.vertx.core.Handler<io.vertx.core.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.
|
Copyright © 2021 Eclipse. All rights reserved.