We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The example on the page returns an error: (error) 'utf-8' codec can't decode byte 0xc0 in position 1: invalid start byte.
(error) 'utf-8' codec can't decode byte 0xc0 in position 1: invalid start byte
It doesn't look like that's intended.
Screenshot from https://redis.io/commands/dump/:
The text was updated successfully, but these errors were encountered:
Hi @thomas-schreiter - thanks for reporting this.
We're aware of this issue and are tracking it as part of redis/redis-clinterwebz#12
Sorry, something went wrong.
[BUG FIX] Correct DUMP command example (#2093)
1145eab
* Fixes #2076, corrects example output * Fixes error * Fix error * Fix error * Fix error
nermiller
Successfully merging a pull request may close this issue.
The example on the page returns an error:
(error) 'utf-8' codec can't decode byte 0xc0 in position 1: invalid start byte
.It doesn't look like that's intended.
Screenshot from https://redis.io/commands/dump/:
The text was updated successfully, but these errors were encountered: