使用内网穿透建站后,终于将服务器的低性能主机解决出来了,它只承担了一个小水管的职责,不再经常有网站转圈打不开网页的事情发生了,当然网站的访问速度也大大降低了,不过需要记录一下的是,在使用过程中,偶尔会有Redis故障报错,目前也不知道是什么原因产生的,只做记录。
Error establishing a Redis connection
read error on connection
This means that the connection information in your file are incorrect or that the Redis server is unreachable.wp-config.php
- Are you sure you have the correct Redis host and port?
- Are you sure Redis server is running?
If you need help, please read the installation instructions.
Error establishing a Redis connection
Error while reading line from the server. [tcp://127.0.0.1:6379]
This means that the connection information in your file are incorrect or that the Redis server is unreachable.wp-config.php
- Are you sure you have the correct Redis host and port?
- Are you sure Redis server is running?
If you need help, please read the installation instructions.
能够做的,也就是把各建站套件的性能再往上调调,没有好的解决办法,这种报错是发生在同时点击几个页面同时打开时,有点像并发数上面的欠缺,但服务器建站软件上面的相应设置并不低。
然后在以前服务器上面使用时,有时候Redis故障报错是发生在Redis套件自动关闭所引起的,在内穿的电脑上面并没有类似的自动关闭现象。
请登录后查看评论内容