Y
Hacker News
new
|
ask
|
show
|
jobs
by
iandanforth
5070 days ago
"Getting one up in your system is beyond the scope of this document."
- 67 characters
brew install redis
redis-server
- 31 characters
2 comments
zalew
5070 days ago
I actually like when people focus on the case and don't pollute their manuals with such things. If you don't know how to, it's information you can easily obtain elsewhere and you probably got some homework to do anyway.
link
bkirwi
5070 days ago
Unfortunately, not all systems are OSX.
link
wildmXranat
5070 days ago
apt-get install redis
link
jeremiep
5070 days ago
Its actually in the redis-server package on Ubuntu.
link
bsg75
5069 days ago
wget
tar -xzvf
make
sudo make install
link