vertx / io.vertx.redis / RedisTransaction / bitop

bitop

abstract fun bitop(operation: BitOperation, destkey: String, keys: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction

Perform bitwise operations between strings

Parameters

operation - Bitwise operation to perform

destkey - Destination key where result is stored

keys - List of keys on which to perform the operation

handler - Handler for the result of this call.

Since
Redis 2.6.0 group: string