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` interface, which defines virtual methods for each user-facing overload set in `CloudRedisClient`, allowing for custom behavior injection during testing."],["The latest release candidate is version 2.37.0-rc, while the latest stable release is 2.36.0, and the page focuses on version 2.24.0 and provides links to older versions down to 2.11.0."],["`CloudRedisConnection` supports various operations, including listing, getting, creating, updating, upgrading, importing, exporting, failing over, deleting, and rescheduling maintenance for Redis instances."],["For creating concrete instances, refer to the `MakeCloudRedisConnection()` function, and for mocking, use `redis_v1_mocks::MockCloudRedisConnection`."],["The methods of the `CloudRedisConnection` interface can take in parameters, such as `request`, and will return a `Type` based on the virtual function, such as `StatusOr\u003c google::cloud::redis::v1::Instance \u003e`."]]],[]]