[[["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 information on the `CloudRedisLimitedErrorCountRetryPolicy`, a class used for managing retries in `CloudRedisConnection`."],["The retry policy will stop if an RPC returns a non-transient error or if it exceeds the maximum number of allowed transient failures, and treats `kUnavailable` status codes as transient."],["The `CloudRedisLimitedErrorCountRetryPolicy` class allows configuration of the maximum number of transient errors permitted via an `int` parameter `maximum_failures`, and can also disable the retry loop completely by setting it to 0."],["The class provides functions to check for exhaustion of retries, determine if a failure is permanent, and clone the retry policy instance, along with details for constructing the class in different ways."],["This document contains a list of available versions for this class, with version 2.37.0-rc being the latest."]]],[]]