Sep 282012
Install Redis server in Ubuntu
Answer:
The easiest way is to install using the PPA approach.
# sudo add-apt-repository ppa:rwky/redis
# sudo apt-get update
# sudo apt-get install redis-server
That's it.
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Install Redis server in Ubuntu
Answer:
The easiest way is to install using the PPA approach.
# sudo add-apt-repository ppa:rwky/redis
# sudo apt-get update
# sudo apt-get install redis-server
That's it.