vertx / io.vertx.redis / RedisTransaction / bitcountRange

bitcountRange

abstract 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.

Since
Redis 2.6.0 group: string