Open Ray1988 opened 4 years ago
Redis is using CRC-16 for node lookup, but this library is using CRC-32 which doesn't compatible with other Redis clients such as iorreids I'm using when inserting the key. I wonder how can I walk around this issue?
thanks
Redis is using CRC-16 for node lookup, but this library is using CRC-32 which doesn't compatible with other Redis clients such as iorreids I'm using when inserting the key. I wonder how can I walk around this issue?
thanks