Expand description
Redis Cloud API client core implementation
This module contains the core HTTP client for interacting with the Redis Cloud REST API. It provides authentication handling, request/response processing, and error management.
The client is designed around a builder pattern for flexible configuration and supports both typed and untyped API interactions.
Structsยง
- Cloud
Client - Redis Cloud API client
- Cloud
Client Builder - Builder for constructing a CloudClient with custom configuration