博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
redis报(error) ERR Errors trying to SHUTDOWN. Check logs.
阅读量:6368 次
发布时间:2019-06-23

本文共 721 字,大约阅读时间需要 2 分钟。

今天重启redis 无法正常关闭报(error) ERR Errors trying to SHUTDOWN. Check logs.错误

[zykj@localhost src]$ redis-cli -p 6379 shutdown (error) ERR Errors trying to SHUTDOWN. Check logs.

  首先检查一下是否是权限的问题,因为在shutdown命令的时候,会进行save操作,而save需要操作dump.rdb文件,如果没有权限则会报这个错. 

如果权限没问题 打开redis安装目录下的redis.conf找到

# The working directory.## The DB will be written inside this directory, with the filename specified# above using the 'dbfilename' configuration directive.## The Append Only File will also be created inside this directory.## Note that you must specify a directory here, not a file name.dir /data/redis/

  把dir ./改为相应的目录,如“dir /data/redis/”(这里需要注意最后的斜杠不能忘记,如果缺失斜杠可能会解析为文件而非目录),保存。

再次尝试 成功启动

转载于:https://www.cnblogs.com/Gnnnny/p/7851181.html

你可能感兴趣的文章
地图点聚合优化方案
查看>>
Google Chrome 快捷方式
查看>>
备考PMP心得体会
查看>>
vue proxy匹配规则
查看>>
线上应用故障排查之一:高CPU占用
查看>>
Extend Volume 操作 - 每天5分钟玩转 OpenStack(56)
查看>>
IronPython教程
查看>>
squid via检测转发循环
查看>>
计算分页
查看>>
iptables 做nat路由器脚本
查看>>
数据结构(C语言版)第三章:栈和队列
查看>>
Stopping and/or Restarting an embedded Jetty in...
查看>>
Oracle存储过程中的数据集输入参数
查看>>
vsftp 配置
查看>>
VCSA中配置时间和时区,实测至6.5适用
查看>>
高并发IM系统架构优化实践
查看>>
产品经理教你玩转阿里云负载均衡SLB系列(一):快速入门--什么是负载均衡
查看>>
有关linux--进程组、会话、守护进程详解
查看>>
我的友情链接
查看>>
monkeyrunner运行Python脚本来检查apk渠道和验证是否可以调用微信
查看>>