vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / bitcountRangeAwait

bitcountRangeAwait

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

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