Cannot get redis 5 to run with systemctl
Installed Redis 5 (have Redis 3 working on server) Modified various configurations in /etc/opt/rh/rh-redis5/redis.conf as necessary including setting supervised to “systemd” and setting daemonize to no. (I also tried “auto” for supervised with no luck). But when I start it up with the following command systemctl start rh-redis5-redis.service I get the error below: Dec 02 … Read more