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 outlines the `CloudRedisConnection` class, which provides an interface for interacting with Google Cloud Redis instances, and version 2.37.0-rc is the latest."],["The `CloudRedisConnection` class offers virtual methods that mirror the user-facing overload sets in `CloudRedisClient`, facilitating the injection of custom behaviors, particularly in testing scenarios with tools like Google Mock."],["There are different versions available to be selected, with version `2.11.0` being the current version of focus, and previous versions going as far back as `2.12.0`."],["Key functionalities of the `CloudRedisConnection` interface include managing instances through operations such as `ListInstances`, `GetInstance`, `CreateInstance`, `UpdateInstance`, `DeleteInstance`, `ImportInstance`, `ExportInstance`, `UpgradeInstance`, `FailoverInstance` and `RescheduleMaintenance`, all through request calls."],["A concrete instance of the `CloudRedisConnection` class can be created using `MakeCloudRedisConnection()`, while `redis_v1_mocks::MockCloudRedisConnection` can be utilized for mocking purposes."]]],[]]