vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / setbitAwait

setbitAwait

suspend fun RedisTransaction.setbitAwait(key: String, offset: Long, bit: Int): String

Sets or clears the bit at offset in the string value stored at key

Parameters

key - Key string

offset - Bit offset

bit - New value - must be 1 or 0

handler - Handler for the result of this call.

Return