vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / getbitAwait

getbitAwait

suspend fun RedisTransaction.getbitAwait(key: String, offset: Long): String

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.

Return