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
It seems like to require pyhash,but it depends on boost library and libboost_python.so. Is it better if i provide the hash lib such as hashlib when i define the redis objects?
The text was updated successfully, but these errors were encountered:
I guess it's a viable option, I just chose fnv because it creates shorter hashes than md5 etc. if you want to provide a patch with a way to inject alternative hashers I'd be glad.
It seems like to require pyhash,but it depends on boost library and libboost_python.so. Is it better if i provide the hash lib such as hashlib when i define the redis objects?
The text was updated successfully, but these errors were encountered: