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 page provides documentation for the `CloudRedisClusterConnection` class, which is a component of the Google Cloud Redis Cluster C++ client library, with the current version being 2.18.0."],["The `CloudRedisClusterConnection` class defines the interface for interacting with the `CloudRedisClusterClient`, and allows users to inject custom behavior for testing purposes using mocks."],["The latest release candidate version is 2.37.0-rc, and it provides links to the documentation for many previous versions of the library, allowing you to view the different builds that have been pushed."],["This interface defines virtual methods, such as `ListClusters`, `GetCluster`, `UpdateCluster`, `DeleteCluster`, and `CreateCluster`, that correspond to user-facing operations in `CloudRedisClusterClient`."],["The documentation also references how to create concrete instances of the `CloudRedisClusterConnection` object using `MakeCloudRedisClusterConnection()` and provides information for mocking the connection with `MockCloudRedisClusterConnection`."]]],[]]