-
Notifications
You must be signed in to change notification settings - Fork 517
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 the inconsistent response behavior with Redis in memory usage command #1539
Conversation
Seems that when key not found or expired, (It's interesting that "type" fixed it in another patch: 3cea045 ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The patch LGTM. I also checked all place using Database::Type
, they're:
Set::Move
List::RPopLPush
CommandDisk::Execute
CommandType::Execute
Seems they have all been handled after this patch
Merging... Thanks for the quick fix :D |
This fixes #1538