vertx / io.vertx.redis / RedisTransaction / getbit

getbit

abstract fun getbit(key: String, offset: Long, handler: Handler<AsyncResult<String>>): RedisTransaction

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

Parameters

key - Key string

offset - Offset in bits

handler - Handler for the result of this call.

Since
Redis 2.2.0 group: string