Today I ran the Magento2 update command on a new server and found that Redis was having problems
Warning: 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.
Solution.
1. Execute: redis-cli, enter redis client;
2, then execute: config set stop-writes-on-bgsave-error no
OK
Similar Posts:
- Connected Redis Execute command Error: (error) MISCONF Redis is configured to save RDB snapshots,
- redis Connect Error: InvalidDataAccessApiUsageException: MISCONF Redis is configured to save RDB snapshots
- How to SolveRedis adding hash Error
- Soul startup error: Error creating bean with name ‘requestMappingHandlerMapping’ defined in class path resource…
- CentOS8 Install redis-6.0.6 make test:“ You need tcl 8.5 or newer in order to run the Redis test“
- Error reported in the celery log of the project: redis.exceptions.connectionerror failed to connect with redis
- [Solved] Redis Connect Error: ERR Client sent AUTH, but no password is set
- Gitlab 403 Forbidden error [How to Solve]
- [Solved] Execute the redis command redis-trib.rb to view the cluster information error: cannot load such file — redis (LoadError)
- Redis service failed to start, prompt: redis server: command not found