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
MacOSX - It Worked :)
Step 1 : Find the previously Running Redis Server
ps auxx | grep redis-server
Step 2 : Kill the specific process by finding PID (Process ID) - Redis Sever
kill -9 PID