n error occurred while running Redis today. The error message is as follows:
(error) 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.
Redis is configured to save database snapshots, but it currently cannot be persisted to the hard disk. The command used to modify the collection data cannot be used. Please check the detailed error information in the Redis log.
the reason:
Forcibly shutting down Redis snapshots results in inability to persist.
solution:
After running the config set stop-writes-on-bgsave-error no command , close the configuration item stop-writes-on-bgsave-error to solve the problem.
root@ubuntu:/usr/local/redis/bin# ./redis-cli
127.0.0.1:6379> config set stop-writes-on-bgsave-error no
OK
127.0.0.1:6379> lpush myColour “red”
(integer ) 1
Read More:
- [Solved] Redis—-(error) MISCONF Redis is configured to save RDB snapshots
- [Solved] redis Error: Can‘t save in background fork Cannot allocate memory
- Error reported when springboot connects to redis nested exception is redis.clients.jedis . exceptions.JedisConnectionException
- [Solved] Error: Another program is already listening on a port that one of our HTTP servers is configured to
- Redis Exception | DENIED Redis is running in protected mode because protected mode is enabled
- [Solved] pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available
- [Solved] Redis Execute redis-cli shutdown Error: (error) ERR Errors trying to SHUTDOWN. Check logs.
- [Solved] Mac starts redis error: there is no specified conf file
- Redis cannot double-click redis-server.exe to start normally
- Win7 Install .NET Extracting Files: There is not enough disk space……
- [Solved] Error in integrating redis with springboot: unable to connect to redis
- [Solved] Redis Cache Error: org.springframework.data.redis.serializer.SerializationException: Could not read JSON..
- Spring Connect Redis Error: Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: MOVED 12910 172.16.4.99:6379
- Redis Error: (error) ERR Errors trying to SHUTDOWN. Check logs.
- [Solved] Arm Server kibana7.4.1 Error: Sending Logstash logs to /home/logstash-6.8.4/logs which is now configured via log4j2.properties
- [Solved] Read file XXX /pom.xml Error when Maven is configured in idea
- It can be opened with localhost, but not with IP address. The request host name is invalid
- [Solved] Cmake compile opencv open-source project Error: but it set OpenCV_FOUND to FALSE so package “OpenCV” is considered to be…
- When installing zookeeper, you can view the process start, but the status display error: Error contacting service. It is probably not running
- [Solved] ERROR: Attempting to operate on hdfs journalnode as rootERROR: but there is no HDFS_JOURNALNODE_USE