vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / bitcountRangeAwait

bitcountRangeAwait

suspend fun RedisTransaction.bitcountRangeAwait(key: String, start: Long, end: Long): String

Count set bits in a string

Parameters

key - Key string

start - Start index

end - End index

handler - Handler for the result of this call.

Return