I am installing redis on Ubuntu 14.04. I want to start redis as a service. but I canβt do it. Firstly, I cannot start and stop the redis server using the following commands:
sudo /etc/init.d/redis-server start sudo /etc/init.d/redis-server stop
But I try to execute a command to start as a service, I get "redis-service: unrecognized service"
sudo service redis-service start
I'm waiting for your help, thanks
source share