scala-redis
scala-redis copied to clipboard
Use CRC-16 for cluster hashing
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