scala-redis icon indicating copy to clipboard operation
scala-redis copied to clipboard

Use CRC-16 for cluster hashing

Open Ray1988 opened this issue 5 years ago • 0 comments

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

Ray1988 avatar Jan 25 '20 05:01 Ray1988