vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / getbitAwait

getbitAwait

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

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