I apparently have a redis-server instance running because when I try to start a new server by entering redis-server, I\'m greeted with the followin
redis-server
In my case it was:
/etc/init.d/redismaster stop /etc/init.d/redismaster start
To find out what is your service name, you can run:
sudo updatedb locate redis
And it will show you every Redis files in your system.