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-05-07 UTC."],[[["This webpage details the `CloudRedisConnection` object, which acts as an interface defining virtual methods for various user-facing operations within `CloudRedisClient`."],["The `CloudRedisConnection` interface enables users to introduce custom behaviors, especially useful for testing with mock objects like `MockCloudRedisConnection`."],["The document lists a range of supported versions, from 2.11.0 up to the latest release candidate 2.37.0-rc, with direct links to documentation for each version, and the current version being 2.22.1."],["Users can see the methods for managing instances, such as `ListInstances`, `CreateInstance`, `DeleteInstance`, along with methods for operating on existing instances, like `UpgradeInstance`, `FailoverInstance`, and more."],["The `MakeCloudRedisConnection()` function is used to generate a concrete instance of `CloudRedisConnection`, enabling practical use after defining the interface."]]],[]]