Redis redis database size, how we can calculate size in mb. Suppose there are 1000 record in redis database then how we we can calculate its size in mb
Asked
Active
Viewed 155 times
1
-
redis-cli info Memory – for_stack Jun 09 '22 at 00:44
-
I would look at this thread -> https://stackoverflow.com/questions/14844672/how-do-i-view-my-redis-database-current-size – adarian Jun 10 '22 at 00:35