check redis server status code example
Example 1: check redis server status
redis-cli ping
Example 2: check that redis is running
$ redis-cli ping
PONG
Example 3: start redis ubuntu
wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make