vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / bitcountAwait

bitcountAwait

suspend fun RedisTransaction.bitcountAwait(key: String): String

Count set bits in a string

Parameters

key - Key string

handler - Handler for the result of this call.

Return