KnownClusteringPolicy enum
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.
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. |