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 provides documentation for the `CloudRedisClusterConnection` class, which is a component of the Google Cloud Redis Cluster C++ client library."],["The `CloudRedisClusterConnection` class defines the interface with virtual methods for user-facing operations found in `CloudRedisClusterClient`, including managing Redis clusters."],["This documentation supports multiple versions of the library, from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Users can utilize `MakeCloudRedisClusterConnection()` to instantiate a concrete object, or `MockCloudRedisClusterConnection` to create a mock object for testing purposes."],["The virtual methods provided by this interface includes `ListClusters`, `GetCluster`, `UpdateCluster`, `DeleteCluster`, `CreateCluster` and `options`."]]],[]]