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
if you did make install (e.g ubuntu) while installing redis then you can do:
redis-cli shutdown
as pointed by @yojimbo87 :)