(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 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.
Go to the redis installation directory and find src
./redis-cli -a redis password
Then execute
127.0.0.1:6379> config set stop-writes-on-bgsave-error no
That’s it
However, this method will fail after restarting
Read More:
- [Solved] Jedis connect and operate Redis error: Failed to create socket和connect timed out
- [Solved] java.lang.IllegalAccessError: class org.springframework.data.redis.core.$ Proxy237 cannot access its superinterface org.springframework.data.redis.core.RedisConnectionUtils$RedisConnectionProxy
- [Solved] Redis Client On Error Error connect ECONNREFUSED 11.20.200.6379 Config right
- [Solved] Project Startup Error: Redis health check failed:Unable to connect to localhost6379
- [Solved] Project Startup Error: Redis health check failed: Unable to connect to localhost6379
- Redis: DENIED Redis is running in protected mode [How to Solve]
- [Solved] Springboot uses redis to add LocaldateTime Java 8 error
- [Solved] Redis Error: org.springframework.data.redis.RedisConnectionFailureExceptionjava.net.SocketTimeoutException
- Springboot integrates Redis annotation and access error: java.io.NotSerializableException: com.demo.entity.MemberEntity
- [Solved] JAVA connect HBase program is stuck and does not report an error
- JAVA Connect MYSQL Error: Path does not chain with any of the trust anchors
- Idea create Maven project Error: [error] no longer supports source option 1.5. Please use version 1.6 or higher, and the idea reports an error: error: Java does not support the error of release version 5
- [Solved] Redis error: NOAUTH Authentication required.
- [Solved] IDEA jdbc Connect Database Error: java.sql.SQLException: Undefined Error
- javaweb Connect Datas Error: che.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1444)
- [Solved] Multithreading uses jsch to obtain a session for connection error: session.connect: java.net.socketexception: connection reset
- [Solved] JAVA Connect rabbitMQ Error: An unexpected connection driver error occured
- [Solved] Redis Client On Error: Error: write ECONNABORTED Config right
- Redis Stand-alone Builds a Master-slave Copy Error [How to Solve]
- Failed to restart redis-server.service Unit not found [How to Solve]