Skip to content
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

fix: redis_client crashed when parsing an error redis response #21

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

terry-xiaoyu
Copy link
Member

Parsing failed on receiving an error response:

<<"-MISCONF Redis is configured to save RDB snapshots, but it's currently unable to persist to disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.\r\n\r\n">>

@terry-xiaoyu terry-xiaoyu self-assigned this Oct 28, 2022
@terry-xiaoyu terry-xiaoyu requested a review from zmstone October 28, 2022 05:16
@zmstone
Copy link
Member

zmstone commented Oct 28, 2022

seems to be a bug in redis, this is perhaps a low priority fix.
redis/redis@b2061de

@terry-xiaoyu terry-xiaoyu marked this pull request as draft October 28, 2022 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants