Google Cloud Redis Cluster V1 Client - Class AOFConfig (0.6.0)

Reference documentation and code samples for the Google Cloud Redis Cluster V1 Client class AOFConfig.

Configuration of the AOF based persistence.

Generated from protobuf message google.cloud.redis.cluster.v1.ClusterPersistenceConfig.AOFConfig

Namespace

Google \ Cloud \ Redis \ Cluster \ V1 \ ClusterPersistenceConfig

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ append_fsync int

Optional. fsync configuration.

getAppendFsync

Optional. fsync configuration.

Returns
Type Description
int Enum of type AppendFsync.

setAppendFsync

Optional. fsync configuration.

Parameter
Name Description
var int

Enum of type AppendFsync.

Returns
Type Description
$this