When redis executes redis cli shutdown, it reports error err errors trying to shutdown Check logs.
1. Start the pseudo cluster after installing reids (the configuration file is in/data/server/redis/etc/redis.CONF)
redis-server /data/server/redis/etc/redis.conf
redis-server /data/server/redis/etc/redis.conf --port 6380
redis-server /data/server/redis/etc/redis.conf --port 6381
redis-server /data/server/redis/etc/redis.conf --port 6382
Generate multiple redis nodes
2 Suddenly want to delete the redundant nodes
redis-cli -p 6380 shutdown
Error reporting:
3 Solve the problem of
modifying the redis configuration file
vim /data/server/redis/etc/redis.conf
# Modify
logfile "/data/server/redis/log/redis.log"
Kill the redis process and restart it.
Redis cli shutdown can be used
Read More:
- Redis Error: (error) ERR Errors trying to SHUTDOWN. Check logs.
- [Solved] Redis—-(error) MISCONF Redis is configured to save RDB snapshots
- Redis cannot double-click redis-server.exe to start normally
- [Solved] Redis Cache Error: org.springframework.data.redis.serializer.SerializationException: Could not read JSON..
- [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
- XAMPP Error: Apache shutdown unexpectedly.This may be due to a blocked port, missing dependencies…
- [Solved] kafka Startup Error: ERROR Shutdown broker because all log dirs in /…/kafka/logs have failed (kafka.log.LogManager)
- [Solved] Mac starts redis error: there is no specified conf file
- [Solved] ora 01033 linux,ORA-01033: ORACLE initialization or shutdown in progres
- [Solved] SpringBoot integration with Redis error: java.net.ConnectException: Connection refused: no further information
- [Solved] Redis startup error Creating Server TCP listening socket 127.0.0.1:6379: bind: No error
- Redis Exception | DENIED Redis is running in protected mode because protected mode is enabled
- How to Solve Redis Cluster Error: (Error) Moved
- [Solved] Redis Error: Creating Server TCP listening socket *:6379: bind: No error
- [Solved] redis.exceptions.ResponseError: unknown command `KEYS`
- [Solved] Redis Startup Error: FATAL CONFIG FILE ERROR
- [Solved] (error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk.
- How to Solve Redis Cluster Build Error
- [Solved] Redis Error: creating server tcp listening socket 127.0.0.1:6379: bind No error