KnownClusteringPolicy enum
Known values of ClusteringPolicy that the service accepts.
Fields
| EnterpriseCluster | Enterprise clustering policy uses only the classic redis protocol, which does not support redis cluster commands. |
| NoCluster | The NoCluster policy is used for non-clustered Redis instances that do not require clustering features. |
| OSSCluster | OSS clustering policy follows the redis cluster specification, and requires all clients to support redis clustering. |