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
stop the redis server type in terminal with root user
sudo service redis-server stop
the message will be display after stop the redis-server
Stopping redis-server: redis-server.
if you want to start the redis-server type
sudo service redis-server start
if you want to restart the server type
sudo service redis-server restart