Redis: Show database size/size for keys

前端 未结 9 1776
青春惊慌失措
青春惊慌失措 2020-12-12 11:26

My redis instance seems to being growing very large and I\'d like to find out which of the multiple databases I have in there consumes how much memory. Redis\' INFO

9条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-12 11:47

    You can use .net application https://github.com/abhiyx/RedisSizeCalculator to calculate the size of redis key,

    Please feel free to give your feedback for the same

提交回复
热议问题