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-21 UTC."],[[["This document outlines the `CloudRedisConnection` object, which provides an interface for virtual methods corresponding to user-facing overload sets in `CloudRedisClient`."],["The latest version is `2.37.0-rc`, and the document includes links to historical versions of `CloudRedisConnection` dating back to version 2.11.0."],["`CloudRedisConnection` allows custom behavior injection for testing purposes, and the `MockCloudRedisConnection` class can be used for mocking."],["The interface includes a range of methods such as `ListInstances`, `GetInstance`, `CreateInstance`, and `DeleteInstance`, which are used to interact with Google Cloud Redis instances."],["`MakeCloudRedisConnection()` is used to create a concrete instance of this object, and each function in this class has a parameter called `request`, used to input information for each specific function."]]],[]]