Introduction
In this challenge, you'll troubleshoot a Redis server connectivity issue by verifying its status. The task involves using the redis-cli
command to connect to the Redis server and then using the PING
command to confirm that the server is running and responsive.
To complete the challenge, you'll need to execute redis-cli
in the terminal, issue the PING
command within the Redis CLI interface, verify the server responds with PONG
, and then exit the interface using the quit
command. The verification process checks for the presence of the PING
command in the Redis command history log.