-
Notifications
You must be signed in to change notification settings - Fork 745
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
Number of keys mismatch #162
Comments
@siva-7112 can you share more details? maybe these are all volatile keys? |
@oranagra Total Number of keys in redis : After parsing using rdbtools for memory report total number of keys : 425639 db0:keys=1643582,expires=0,avg_ttl=0 As you can see the number of keys missing in memory report it seems the total memory is closely matching but the number of key counts have more difference. |
@siva-7112 i guess we must be able to reproduce in order to investigate. it would be best if you can narrow down the scenario with some trial and error and find what types of keys are missing, so that you can upload an example rdb with just a few small keys that reproduce the problem. |
Tried generating memory report but large number of keys are missing in memory.csv
The text was updated successfully, but these errors were encountered: