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` object, which acts as an interface for the `CloudRedisClusterClient` and allows users to inject custom behaviors for testing."],["The latest release candidate version for `CloudRedisClusterConnection` is 2.37.0-rc, with links provided to documentation for various previous versions, down to 2.11.0."],["The `CloudRedisClusterConnection` interface defines virtual methods corresponding to user-facing overload sets in `CloudRedisClusterClient`, including functions like `ListClusters`, `GetCluster`, `UpdateCluster`, `DeleteCluster`, and `CreateCluster`."],["Concrete instances of `CloudRedisClusterConnection` can be made using `MakeCloudRedisClusterConnection()`, while mocking can be performed using `redis_cluster_v1_mocks::MockCloudRedisClusterConnection`."],["The page contains a list of several virtual functions that are accessible through this object, as well as the parameter and return types associated with them."]]],[]]