# Task 4

## <mark style="color:purple;">Task 4</mark>

*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.*

### <mark style="color:purple;">Answer</mark>

redis-cli

### <mark style="color:purple;">Explanation</mark>

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.
