Google Cloud Memorystore for Redis V1beta1 API - Module Google::Cloud::Redis::V1beta1::PersistenceConfig::PersistenceMode (v0.7.0)

Reference documentation and code samples for the Google Cloud Memorystore for Redis V1beta1 API module Google::Cloud::Redis::V1beta1::PersistenceConfig::PersistenceMode.

Available Persistence modes.

Constants

PERSISTENCE_MODE_UNSPECIFIED

value: 0
Not set.

DISABLED

value: 1
Persistence is disabled for the instance, and any existing snapshots are deleted.

RDB

value: 2
RDB based Persistence is enabled.