vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / bitcountAwait

bitcountAwait

suspend fun RedisClient.bitcountAwait(key: String): Long

Count set bits in a string

Parameters

key - Key string

handler - Handler for the result of this call.

Return