Demonstration of the Redis connection process
Connection Process Description:
- Client initiates connection request and prepares authentication information
- Sends AUTH command for authentication
- Server validates credentials
- Upon successful verification, connection is added to the connection pool
- Returns confirmation message, connection establishment complete