suspend fun RedisClient.bitcountRangeAwait(key: String, start: Long, end: Long): Long
Count set bits in a string
key - Key string
key
start - Start index
start
end - End index
end
handler - Handler for the result of this call.
handler
Return