I install redis on Ubuntu 14.04. I want to start redis as service. but I can't do that. firstly , I cant start and stop redis server by using following commands:
sudo /etc/init.d/redis-server start
sudo /etc/init.d/redis-server stop
But I try following command to start as service , I get "redis-service: unrecognized service"
sudo service redis-service start
I wait your helps, thanks
try: sudo service redis-server start
If you've used the defaults, your Redis service is actually named redis_6379
- try the following:
sudo service redis_6379 start
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With