I'm storing a very large list of strings in Redis
and I'm trying to figure out if there is a command (or any other way) to get the memory used by that list. Any suggestions?
I went over the list of Redis commands
by couldn't find anything relevant.