-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why the keys are converted to string? #4
Comments
This appears to just be an oversight. The zookeeper dict also has this same problem. I'll look at fixing this over the weekend. |
As a heads up I'll be working on this library today, improving the serialization/deserialization configurability and support - so I should be able to fix this issue and a few others. |
This is slightly more annoying in python3 where you use an unicode string as key and you get back a byte string. |
it's 2018, is this dead? |
Python dict:
With RedisDict:
The text was updated successfully, but these errors were encountered: