ClusteringPolicy type
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.
KnownClusteringPolicy can be used interchangeably with ClusteringPolicy,
this enum contains the known values that the service supports.
Known values supported by the service
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.
NoCluster: The NoCluster policy is used for non-clustered Redis instances that do not require clustering features.
type ClusteringPolicy = string