vertx / io.vertx.rxjava.redis / RedisTransaction / rxGetbit

rxGetbit

open fun rxGetbit(key: String, offset: Long): Single<String>

Returns the bit value at offset in the string value stored at key

Parameters

key - Key string

offset - Offset in bits

Return