This error occurs when Redis is enabled. There is no problem with the normal running configuration item of Redis. Who has encountered enough disk space?

ERR Error running script (call to f_a08c9c69b7c07ae2485190873b90d128a23e502d): @ user_script:1: @ user_script:1:-MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.

Jun.13,2021

reason

Redis

solution

127.0.0.1:6379>config set stop-writes-on-bgsave-error no
127.0.0.1:6379>CONFIG REWRITE
or

stop-writes-on-bgsave-error no
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-7ba3f5-285a4.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-7ba3f5-285a4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?