Max Clients

Difficulty: Beginner

Question

How do you check current client connections and the max limit?

Answer

Use `INFO clients` to check current count and `CONFIG GET maxclients` to see the limit (default is usually 10,000).

Concepts covered

Scaling, Connection Management