阿里云文档 2025-09-08

从本地备份RDB文件数据迁移至Tair

请先将RDB(全称为Redis Database)文件恢复至自建Redis数据库,再通过DTS迁移至云数据库 Tair(兼容 Redis)实例。

文章 2023-07-18 来自:开发者社区

【服务器运维】硬盘满了,Redis读写失败 MISCONF Redis is configured to save RDB snapshots, but is currently not able

今天早上发现公司项目进不去了,报 502 错误,于是直接访问后端,发现后端崩了,提示 MISCONF Redis is configured to save RDB snapshots 错误,完整的错误如下。2022-09-08 05:26:16.039 ERROR 5380 --- [redisson-timer-4-1] o.r.c.handler.PingConnectionHandler....

【服务器运维】硬盘满了,Redis读写失败 MISCONF Redis is configured to save RDB snapshots, but is currently not able
文章 2023-06-30 来自:开发者社区

MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk.

 问题:tomcat服务中报了如下的错误:redis.clients.jedis.exceptions.JedisDataException: MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify ....

MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk.
文章 2023-01-15 来自:开发者社区

解决 MISCONF Redis is configured to save RDB snapshots 异常详解

java抛出异常内容Caused by: io.lettuce.core.RedisCommandExecutionException: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the d....

解决 MISCONF Redis is configured to save RDB snapshots 异常详解
文章 2022-02-17 来自:开发者社区

Redis :MISCONF Redis is configured to save RDB snapshots

异常 (error) 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 ....

文章 2022-02-16 来自:开发者社区

Redis "MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk"问题的解决

异常详细信息 1 Exception in thread "main" redis.clients.jedis.exceptions.JedisDataException: MISCONF Redis is configured to save RDB snapshots, but is currently not a...

文章 2022-02-15 来自:开发者社区

(error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk.两种解决方案

第一种方法: 172.177.3.42:8081> config set stop-writes-on-bgsave-error no OK 172.177.3.42:8081> lpush myColour "red" (integer) 1 但这种方法并不能一劳永逸,需要每次开机使用都要重新配置。 第二种方法: 在网上查这种方法可以长久生效,但本人一直没操作成功,没查出原因。以.....

文章 2021-12-31 来自:开发者社区

解决Redis报错Redis is configured to save RDB snapshots, but it is currently not able to persist on disk

Redis报错信息在Spring Boot中集成Redis客户之后,进行数据操作,发现报如下错误:org.springframework.data.redis.RedisSystemException: Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: MISCONF R....

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。

产品推荐

云原生多模数据库Lindorm

Lindorm是适用于任何规模、多种类型的云原生数据库服务,支持海量数据的低成本存储处理和弹性按需付费,兼容HBase、Solr、SQL、OpenTSDB等多种开源标准接口,是互联网、IoT、车联网、广告、社交、监控、游戏、风控等场景首选数据库,也是为阿里巴巴核心业务提供支撑的数据库之一。

+关注