redis driver local code example Example 1: check that redis is running Click to copy$ redis-cli ping PONG Example 2: redis cache start Click to copysudo /etc/init.d/redis_6379 start