使用./redis-cli shutdown关闭redis,报

(error) ERR Errors trying to SHUTDOWN. Check logs

这个错误,

解决办法是:

修改redis.conf文件,

dir /developer/redisfile

/developer/redisfile:这个目录是自己创建的,并且这个目录的访问权限要打开

redis 报(error) ERR Errors trying to SHUTDOWN. Check logs


再重启一下就好

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-28
  • 2021-11-17
  • 2021-08-30
  • 2021-08-25
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2021-12-22
相关资源
相似解决方案