Share via


DatabasePatch Class

Definition

A partial update to the RedisEnterprise database.

public class DatabasePatch
type DatabasePatch = class
Public Class DatabasePatch
Inheritance
DatabasePatch

Constructors

DatabasePatch()

Initializes a new instance of DatabasePatch.

Properties

ClientProtocol

Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted.

ClusteringPolicy

Clustering policy - default is OSSCluster. Specified at create time.

EvictionPolicy

Redis eviction policy - default is VolatileLRU.

GeoReplication

Optional set of properties to configure geo replication for this database.

Modules

Optional set of redis modules to enable in this database - modules can only be added at creation time.

Persistence

Persistence settings.

Port

TCP port of the database endpoint. Specified at create time. Defaults to an available port.

ProvisioningState

Current provisioning status of the database.

ResourceState

Current resource status of the database.

Applies to