66
28
I used brew to install redis (a key/value store database server) for my node.js app.
brew install redis
However, it seems to disappear and is very volatile. Because I'm using redis as my session store, I need to be able to quickly restart it on my mac when this happens.
How do I restart redis that I installed with brew?
2See the other answer that uses
launchctl
, it works and is supported now by the brew recipe. – oDDsKooL – 2014-10-23T06:46:06.2301I've appended this command with '& disown' to background and detach from the process – Ben Simpson – 2014-01-02T19:36:01.887