Instance failover will be performed without data loss control.
LimitedDataLoss
Instance failover will be protected with data loss control. More
specifically, the failover will only be performed if the current
replication offset diff between master and replica is under a certain
threshold.
Unspecified
Defaults to LIMITED_DATA_LOSS if a data protection mode is not
specified.
[[["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."],[[["Version 2.3.0 of the `Google.Cloud.Redis.V1` library offers an enum called `DataProtectionMode` for managing data retention during instance failovers."],["The `DataProtectionMode` enum provides three options: `ForceDataLoss`, which performs failover without data loss control; `LimitedDataLoss`, which performs failover only if the replication offset is within a specific threshold; and `Unspecified`, which defaults to `LimitedDataLoss`."],["The latest version of this library is version 3.5.0, with versions ranging from 2.2.0 to the latest, all implementing the `DataProtectionMode` enum."]]],[]]