StackExchange.Redis 连接 redis 报错 "it is currently not able to persist on disk"

在应用日志中发现 StackExchange.Redis 在连接 redis 服务时报下面的错误,请问如何解决?

StackExchange.Redis.RedisServerException: 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.
at StackExchange.Redis.ConnectionMultiplexer.ExecuteSyncImpl[T](Message message, ResultProcessor`1 processor, ServerEndPoint server) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 2826
redis
应用日志
2023-05-31 13:40:07
浏览
收藏 0
回答 1
待解决
回答 1
按赞同
/
按时间
岂因祸福

查看 redis 日志,看看是是否是写权限问题或者磁盘满了

Please check the Redis logs for details about the RDB error.

分享
微博
QQ
微信
回复
2023-05-31 15:19:19
相关问题
golang redis客户端连接状态
975浏览 • 1回复 待解决
docker容器内的MySQL、Redis无法连接
1615浏览 • 1回复 待解决
docker 创建 redis 容器
810浏览 • 1回复 待解决
python 如何安装 redis 模块?
1835浏览 • 1回复 待解决
Linux如何启动Redis Server?
1451浏览 • 1回复 待解决
Redis INCR 原子性问题
1907浏览 • 1回复 待解决
Docker 怎么安装Redis啊?
1501浏览 • 1回复 待解决
redis中Hash操作是什么?
1148浏览 • 1回复 待解决
redis单线程怎么理解?
613浏览 • 1回复 待解决
redis config 持久化怎么设置?
2010浏览 • 1回复 待解决
超时键上的 Redis 命令
972浏览 • 1回复 待解决
Redis多久通过slave进行复制?
587浏览 • 1回复 待解决