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-14 UTC."],[[["This document details the `CloudRedisConnection` object, which acts as an interface defining virtual methods for various user-facing operations within `CloudRedisClient`."],["The latest release version available is `2.37.0-rc`, with a comprehensive list of prior versions provided, dating back to `2.11.0`."],["`CloudRedisConnection` enables the injection of custom behaviors, making it easy to mock for example using `redis_v1_mocks::MockCloudRedisConnection` during testing."],["The methods defined in `CloudRedisConnection` include functionalities such as listing, getting, creating, updating, upgrading, importing, exporting, failing over, and deleting instances, among other operations."],["`MakeCloudRedisConnection()` can be used to create concrete instances of `CloudRedisConnection`."]]],[]]