清风笑 发表于 2023-8-8 16:52:59

军哥,请教redis方面的问题

军哥,我是wordpress程序,用了redis,昨天访问的时候打开页面报出Error establishing a Redis connection To disable Redis, delete...,重启redis才解决,重启redis的时候也很慢大概花了10多秒,
回顾之前用某面板的时候,也是装了php-redis扩展和客户端,版本都是7,但没遇到过这方面的错误和重启redis太慢的情况,这您有经验吗?求您指教



licess 发表于 2023-8-8 20:06:28

这个不太确定,具体完整的错误消息是什么?

清风笑 发表于 2023-8-10 03:01:30

刷新缓存的时候显示如下错误



这是后台的


Error establishing a Redis connectionread error on connection to 127.0.0.1:6379
WordPress is unable to establish a connection to Redis. This means that the connection information in your wp-config.php file are incorrect, or that the Redis server is not reachable.

[*]Is the correct Redis host and port set?
[*]Is the Redis server running?
If you need help, please read the installation instructions.
To disable Redis, delete the object-cache.php file in the /wp-content/ directory.

这是前台的
Error establishing a Redis connectionTo disable Redis, delete the object-cache.php file in the /wp-content/ directory.

等个1分钟-2分钟这样,redis重启完毕就正常,问题是重启redis不应该要那么久啊,以前用某面板的时候重启时也没遇到过这样的错误





licess 发表于 2023-8-11 08:06:04

清风笑 发表于 2023-8-10 03:01
刷新缓存的时候显示如下错误




看一下系统日志,是不是有OOM、kill之类的信息

Ponziz 发表于 2023-8-12 11:30:52

我装了两台都遇到了,服务器重启后 redis 服务没有启动的问题。systemctl enable redis 试下。
页: [1]
查看完整版本: 军哥,请教redis方面的问题