Hi,
Just had a maintenance reboot, noticed websites were unresponsive, and redis was down. I tried to start it, yet keeps on failing:
[root@apa ram]# service redis status
**redis is stopped**
[root@apa ram]# systemctl status redis
● redis.service - LSB: starts Redis
Loaded: loaded (/etc/rc.d/init.d/redis; generated)
Active: active (exited) since Sun 2020-11-29 14:30:58 CET; 56s ago
Docs: man:systemd-sysv-generator(8)
Process: 14518 ExecStop=/etc/rc.d/init.d/redis stop (code=exited, status=0/SUCCESS)
Process: 16503 ExecStart=/etc/rc.d/init.d/redis start (code=exited, status=0/SUCCESS)
Tasks: 0 (limit: 62494)
Memory: 0B
CGroup: /system.slice/redis.service
Nov 29 14:30:58 apa.uhlhosting.ch systemd[1]: Starting LSB: starts Redis...
Nov 29 14:30:58 apa.uhlhosting.ch redis[16503]: Starting redis server...
Nov 29 14:30:58 apa.uhlhosting.ch sudo[16520]: root : TTY=unknown ; PWD=/ ; USER=redis ; COMMAND=/www/server/redis/src/redis-server /www/server/redis/redis.conf
Nov 29 14:30:58 apa.uhlhosting.ch redis[16503]: Starting redis success!
Nov 29 14:30:58 apa.uhlhosting.ch systemd[1]: Started LSB: starts Redis.
[root@apa ram]#
service redis status says its offline, site shows it offline
systemctl status redis shows it online.
Running centos 8 and redis 6.0.8 provided from aapanel store.