use redis from command line code example
Example 1: check that redis is running
$ redis-cli ping
PONG
Example 2: redis cache start
sudo /etc/init.d/redis_6379 start
Example 3: redis-cli port host
$ redis-cli -h redis15.localnet.org -p 6390 ping
PONG