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."],[[["This document outlines the `CloudRedisConnection` object, which acts as an interface defining virtual methods for various user-facing operations within `CloudRedisClient`."],["The `CloudRedisConnection` interface enables custom behavior injection during testing, allowing for the use of mock objects with `CloudRedisClient`."],["The document details a list of available versions, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0, including version 2.12.0 which is the referenced base."],["Key functions covered by the `CloudRedisConnection` include managing Redis instances through listing, getting, creating, updating, upgrading, importing, exporting, failing over, deleting, and rescheduling maintenance."],["The ability to get the `Options` and `InstanceAuthString` are also covered by this documentation."]]],[]]