-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Redis.keys: AttributeError: 'int' object has no attribute 'split' #2
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
Comments
Reproducible. Also occurs when the arg is given as a string:
|
This is related to issue 8-- the problem is that the _get_value method decodes the response as an int and as such, the return value does not have the split method. |
I have fixed this issue in my redis-py fork by removing the automatic int and float conversions that the original client performed. |
This issue has been resolved in the "newapi" branch of redis-py. |
This issue has been resolved in the 1.34 release of redis-py. |
The text was updated successfully, but these errors were encountered: