suspend fun RedisTransaction.getbitAwait(key: String, offset: Long): String
Returns the bit value at offset in the string value stored at key
key - Key string
key
offset - Offset in bits
offset
handler - Handler for the result of this call.
handler
Return