Introduction
The INFO command helps you see how your Redis server is doing by showing important details about its health and usage.
You want to check how much memory Redis is using right now.
You need to see how many clients are connected to your Redis server.
You want to find out how many commands Redis has processed since it started.
You want to monitor Redis performance to spot problems early.
You want to check Redis uptime to know how long it has been running.