Caused by: redis.clients.jedis.exceptions.JedisDataException:
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......
cat etc/redis.conf | egrep -v "^#|^$" stop-writes-on-bgsave-error no #有时候是yes无法清空 数据需要设置为no replica-read-only yes #从节点清空数据需要把只读设置为no
./redis/bin/redis-cli -h 192.168.130.39 -p 6379 -a 123456 flushall#清除所有缓存信息
redis外部客户端无法连接 linux服务器可以直接连接 清除数据报下面错误 原因是硬盘满了 日志输出了两份
error:MISCONF Errors writing to the AOF file: No space left on device