-
Notifications
You must be signed in to change notification settings - Fork 744
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
key bytes is bigger than redis memory used #74
Comments
Can you please share some details about your key? can you try modifying redis_memory_for_key.py and pass your correct redis version to the redis_version argument of MemoryCallback? |
looks like you're already using the right version (by default it calculates memory usage of redis 3.2), so there's no need to edit that script. |
Got it. Thanks for replying, wait for your good news : ). |
I use
redis-memory-for-key
to analyse a key and find the bytes of the key is 589M. But my redis memory used just only 502M. I wonder the meaning ofbytes
of a key.The text was updated successfully, but these errors were encountered: