RedisEnterpriseClusteringPolicy Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |