You can use command line to determine if redis is running:
redis-cli ping
you should get back
PONG
that indicates redis is up and running.
You can use command line to determine if redis is running:
redis-cli ping
you should get back
PONG
that indicates redis is up and running.