Shin Code log

Logs of solution for code
January 04, 2021

Test if redis server is running

Test if redis server is running

Ping your Redis server to verify if it’s running:


redis-cli ping

The system responds with a ‘pong’ if the server is up and running.