How does redis view the storage space of a db?

for example, how do I check the amount of storage space occupied by db6?


switch to DB6 (DB starts from 0 by default), and execute INFO MEMORY

127.0.0.0:6379> select 6
OK
127.0.0.0:6379[6]> INFO MEMORY 
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3343f-2b5f9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3343f-2b5f9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?