An error is reported when closing redis
(error) ERR Errors trying to SHUTDOWN. Check logs.
First, we need to understand that when we shutdown, redis will save the data, whether it is rdb or aof depends on your own settings. But when you save the file, you may encounter the save path does not exist, or the save path does not have permission, in the configuration file, the default save path for rdb is . /. So we have a problem because of path permissions.
Modify . / file permissions
[atguigu@hadoop100 bin]$ sudo chown atguigu:atguigu -R /usr/local/bin/redis-config/
Shut down again and stop successfully
Read More:
- [Solved] Redis Execute redis-cli shutdown Error: (error) ERR Errors trying to SHUTDOWN. Check logs.
- [Solved] kafka Startup Error: ERROR Shutdown broker because all log dirs in /…/kafka/logs have failed (kafka.log.LogManager)
- [Solved] Redis—-(error) MISCONF Redis is configured to save RDB snapshots
- AAPT2 error: check logs for details [How to Solve]
- Manifest merger failed with multiple errors, see logs [How to Solve]
- [Solved] Manifest merger failed with multiple errors, see logs
- [Solved] Manifest merger failed with multiple errors, see logs
- [Solved] Android Studio Manifest merger failed with multiple errors, see logs
- Redis cannot double-click redis-server.exe to start normally
- [Solved] Manifest merger failed with multiple errors, see logs
- [Solved] Error in integrating redis with springboot: unable to connect to redis
- Error reported when springboot connects to redis nested exception is redis.clients.jedis . exceptions.JedisConnectionException
- [Solved] (error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk.
- [Solved] Redis Cache Error: org.springframework.data.redis.serializer.SerializationException: Could not read JSON..
- [Solved] Arm Server kibana7.4.1 Error: Sending Logstash logs to /home/logstash-6.8.4/logs which is now configured via log4j2.properties
- Run real machine Errors were encountered while preparing your device for development. Please check the Devices
- XAMPP Error: Apache shutdown unexpectedly.This may be due to a blocked port, missing dependencies…
- [Solved] Mac starts redis error: there is no specified conf file
- [Solved] ora 01033 linux,ORA-01033: ORACLE initialization or shutdown in progres
- Kafka Creates and Writes Logs Error [How to Solve]