Task 4
Task 4
Which command-line utility is used to interact with the Redis server? Enter the program name you would enter into the terminal without any arguments.
Answer
redis-cli
Explanation
When you enter redis-cli in the terminal without any arguments, it opens an interactive command-line interface that allows you to execute Redis commands and interact with the server.
Last updated