suspend fun RedisTransaction.bitopAwait(operation: BitOperation, destkey: String, keys: List<String>): String
Suspending version of method io.vertx.redis.RedisTransaction.bitop
operation
- Bitwise operation to perform
destkey
- Destination key where result is stored
keys
- List of keys on which to perform the operation
Return
NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.