vertx / io.vertx.rxjava.redis / RedisClient / bitcountRange

bitcountRange

open fun bitcountRange(key: String, start: Long, end: Long, handler: Handler<AsyncResult<Long>>): RedisClient

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