I recently installed OSX and Ubuntu on different computers. I then attempted to install redis and foreman for both OS\'s. Both errors threw no flags, and seemed
Try starting Redis server with the following command :
redis-server
Also, check if there's an instance of Redis server already running by
ps aux | grep redis
and then if process is found :
kill
Restart your redis server.