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 crucial component for interacting with Google Cloud Redis clusters in C++."],["The `CloudRedisClusterConnection` class defines virtual methods corresponding to user-facing operations in `CloudRedisClusterClient`, enabling the injection of custom behavior for testing."],["You can find a concrete implementation of `CloudRedisClusterConnection` through the `MakeCloudRedisClusterConnection()` function, as well as mocking functionality with `MockCloudRedisClusterConnection`."],["The document lists numerous available versions for this class, with `2.37.0-rc` being the latest release candidate and `2.24.0` being the version the documentation is specifically associated with."],["The `CloudRedisClusterConnection` class provides functions for various actions related to Redis clusters, including listing, retrieving, updating, deleting, and creating clusters."]]],[]]