php7.3下安装的redis,通过宝塔面板启动不了,通过shell可以重启成功,然后再通过宝塔面板重启还是错误,
通过shell重启后提示如下,
```
[root@GDI2624 ~]# /etc/init.d/redis restart
Stopping ...
Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe.
Redis stopped
Starting redis server...
Starting redis success!
```
请问怎么才能解决问题,然后通过宝塔面板重启redis。
|
|