Redis配置出现的错误

Posted 二十五

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Redis配置出现的错误相关的知识,希望对你有一定的参考价值。

# Creating Server TCP listening socket 127.0.0.1:6379: bind: No error

解决方法:

运行以下命令:

  redis-cli.exe

  shutdown

  exit

  redis-server.exe redis.windows.conf

 

# HandleServiceCommands: system error caught. error code=1073, message = CreateService failed: unknown error

//在windows上,设置redis为服务

解决方法:

运行以下命令:

  redis-server --service-uninstall

  redis-server--service-install redis.windows.conf

  redis-server --service-start

以上是关于Redis配置出现的错误的主要内容,如果未能解决你的问题,请参考以下文章

Mac下Redis配置密码

最新Windows下Redis集群

为啥有的时候开机,redis没有自动起来

redis常用命令常见错误配置技巧等分享

Docker环境下创建Redis集群出现ERR Invalid node address specified: redis1:6379错误

为啥有的时候开机,redis没有自动起来