vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / bitopAwait

bitopAwait

suspend fun RedisTransaction.bitopAwait(operation: BitOperation, destkey: String, keys: List<String>): String

Suspending version of method io.vertx.redis.RedisTransaction.bitop

Parameters

operation - Bitwise operation to perform

destkey - Destination key where result is stored

keys - List of keys on which to perform the operation

Return

String

NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.