[[["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 webpage details the `CloudRedisLimitedErrorCountRetryPolicy`, a retry mechanism for `CloudRedisConnection` that limits retries based on the number of errors encountered."],["The policy halts retries when a non-transient error occurs or when the number of transient failures exceeds a preset limit, with `kUnavailable` status code being considered transient."],["Users can customize the policy's behavior by setting the `maximum_failures` parameter during object construction to control the error tolerance, with `maximum_failures` == 0 disabling retries altogether."],["The page covers the constructors, `CloudRedisLimitedErrorCountRetryPolicy(int)`, `CloudRedisLimitedErrorCountRetryPolicy(CloudRedisLimitedErrorCountRetryPolicy &&)`, and `CloudRedisLimitedErrorCountRetryPolicy(CloudRedisLimitedErrorCountRetryPolicy const &)`, as well as the main functions to implement this retry policy."],["This document contains the reference pages for multiple versions of the Cloud Redis C++ client, ranging from `2.11.0` to `2.37.0-rc`, and links for each version."]]],[]]