suspend fun RedisClient.setbitAwait(key: String, offset: Long, bit: Int): Long
Sets or clears the bit at offset in the string value stored at key
key - Key string
key
offset - Bit offset
offset
bit - New value - must be 1 or 0
bit
handler - Handler for the result of this call.
handler
Return