This interface defines virtual methods for each of the user-facing overload sets in CloudRedisClusterClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type CloudRedisClusterClient.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 UTC."],[[["This webpage details the `CloudRedisClusterConnection` class, which provides an interface for interacting with `CloudRedisClusterClient` objects."],["The content lists various versions of the Cloud Redis Cluster C++ API, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc, with version 2.29.0 highlighted."],["The `CloudRedisClusterConnection` class is designed to be customizable for testing, allowing users to inject custom behavior using mocking objects like `MockCloudRedisClusterConnection`."],["The document outlines the virtual functions available within the `CloudRedisClusterConnection` class, including operations like `ListClusters`, `GetCluster`, `UpdateCluster`, `DeleteCluster`, `CreateCluster`, and `GetClusterCertificateAuthority`."],["The document states that to create a concrete instance of the `CloudRedisClusterConnection` class, one must see the `MakeCloudRedisClusterConnection()` function."]]],[]]