vertx / io.vertx.reactivex.redis / RedisClient / rxBitposRange

rxBitposRange

open fun rxBitposRange(key: String, bit: Int, start: Int, stop: Int): Single<Long>

Find first bit set or clear in a string Note: when both start, and stop offsets are specified, behaviour is slightly different than if only start is specified

Parameters

key - Key string

bit - What bit value to look for - must be 1, or 0

start - Start offset

stop - End offset - inclusive

Return