Module client

Module client 

Source
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ยง

CloudClient
Redis Cloud API client
CloudClientBuilder
Builder for constructing a CloudClient with custom configuration