vertx / io.vertx.rxjava.redis / RedisTransaction / bitcountRange

bitcountRange

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

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