You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: