install common.redis client code example
Example 1: how to install redis
sudo apt-get install redis-server
Example 2: redis: command not found
I downloaded http://download.redis.io/redis-stable.tar.gz
I added this line to my .bash_profile:
export PATH=$PATH:$HOME/Downloads/redis-stable/src