【Redis】错误

1、LOADING Redis is loading the dataset in memory

编辑 redis.conf

maxmemory 6GB
maxmemory-policy allkeys-lru
appendonly no

 

2、MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.

关闭

命令行

CONFIG SET stop-writes-on-bgsave-error no

配置文件

stop-writes-on-bgsave-error no

 

posted @ 2021-09-11 12:18  翠微  阅读(248)  评论(0编辑  收藏  举报