[[["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 provides a reference for the `CloudRedisLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ client library for Redis, with the latest version being `2.37.0-rc`."],["The `CloudRedisLimitedErrorCountRetryPolicy` class is designed to manage retries for `CloudRedisConnection` operations, stopping if a non-transient error occurs or if the number of transient errors exceeds a predefined limit."],["Transient errors, which trigger retries, are specifically defined as those returning the `kUnavailable` status code."],["The class offers constructors that allow users to set the maximum number of allowed transient failures, including the option to disable retries entirely by setting `maximum_failures` to 0."],["Key functions of this class include `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, which handle error tracking, determining retry eligibility, identifying permanent failures, and creating new policy instances, respectively."]]],[]]