This interface defines virtual methods for each of the user-facing overload sets in CloudRedisClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type CloudRedisClient.
[[["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-05 UTC."],[[["The page details the `CloudRedisConnection` object, which facilitates interaction with `CloudRedisClient` functionalities, allowing for custom behavior injection in tests."],["Version 2.37.0-rc is the latest release, while the page also provides access to prior versions down to 2.11.0."],["The page outlines virtual methods for operations, such as `ListInstances`, `GetInstance`, `CreateInstance`, and `DeleteInstance`, among others, providing detailed parameter and return type information for each."],["The functions on the page provide a description of how to obtain various options, list, get, create, update, upgrade, import, export, failover, delete, and reschedule instances with request details."],["Mocking `CloudRedisConnection` is possible with `MockCloudRedisConnection`, and concrete instances can be made by using `MakeCloudRedisConnection()`."]]],[]]