Task 6
Task 6
Once connected to a Redis server, which command is used to obtain the information and statistics about the Redis server?
Answer
info
Explanation
Running the info command in the Redis CLI will provide detailed information about the server, including memory usage, clients connected, keyspace statistics, and more.
Last updated