RedisEnterpriseClusteringPolicy Struct

Definition

Clustering policy - default is OSSCluster. This property must be chosen at create time, and cannot be changed without deleting the database.

C#
public readonly struct RedisEnterpriseClusteringPolicy : IEquatable<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseClusteringPolicy>
Inheritance
RedisEnterpriseClusteringPolicy
Implements

Constructors

Properties

EnterpriseCluster

Enterprise clustering policy uses only the classic redis protocol, which does not support redis cluster commands.

OssCluster

OSS clustering policy follows the redis cluster specification, and requires all clients to support redis clustering.

Methods

Equals(RedisEnterpriseClusteringPolicy)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Applies to

Product Versions
Azure SDK for .NET Latest, Preview