-
Notifications
You must be signed in to change notification settings - Fork 2.6k
running dump() fails when decode_responses=True #1254
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
Hello, I have an issue too on decode_responses. UTF8 decoding for sentinel part seems not working :
|
I don't know why, but this seems to have broken for me as well. |
chayim
added a commit
that referenced
this issue
Nov 21, 2021
Some commands (i.e DUMP) should never have their response decoded, as they return binaries, not encoded blobs fixes #1254
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
redis-py 3.3.6
python 3.6.9
Ubuntu 18.04
redis 4.0.9
I have a
Redis
instance that I created withdecode_responses=True
. When I run.dump(key)
the decoder fails to decode the bytes response, which makes sense, because it isn't unicode.The text was updated successfully, but these errors were encountered: