Share via


RedisEnterpriseClusteringPolicy Enum

Definition

Clustering policy - default is OSSCluster. This property can be updated only if the current value is NoCluster. If the value is OSSCluster or EnterpriseCluster, it cannot be updated without deleting the database.

public enum RedisEnterpriseClusteringPolicy
type RedisEnterpriseClusteringPolicy = 
Public Enum RedisEnterpriseClusteringPolicy
Inheritance
RedisEnterpriseClusteringPolicy

Fields

Name Value Description
EnterpriseCluster 0

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

OssCluster 1

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

NoCluster 2

The NoCluster policy is used for non-clustered Redis instances that do not require clustering features.

Applies to