I installed redis this afternoon and it caused a few errors, so I uninstalled it but this error is persisting when I launch the app with foreman start. Any ideas on
foreman start
This should do the trick for you:
kill -9 $(lsof -i:5000 -t) 2> /dev/null
where 5000 is the port you want to kill