suspend fun RedisClient.getbitAwait(key: String, offset: Long): Long
Returns the bit value at offset in the string value stored at key
key - Key string
key
offset - Offset in bits
offset
Return