# Task 6

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

*Once connected to a Redis server, which command is used to obtain the information and statistics about the Redis server?*

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

info

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

Running the **info** command in the Redis CLI will provide detailed information about the server, including memory usage, clients connected, keyspace statistics, and more.
