MEMORY USAGE KEY gives the memory in bytes that key is taking(https://redis.io/commands/memory-usage)
If I sum up the values returned by the command by all of the keys in redis, should it sum up to one of the memory stats returns from INFO MEMORY ?
If yes. Which one would it be?
- used_memory_rss
- used_memory_rss_human
- used_memory_dataset