Delen via


RedisEnterpriseClusteringPolicy Struct

Definition

Clustering policy - default is OSSCluster. This property must be chosen at create time, and cannot be changed without deleting the database.

public readonly struct RedisEnterpriseClusteringPolicy : IEquatable<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseClusteringPolicy>
type RedisEnterpriseClusteringPolicy = struct
Public Structure RedisEnterpriseClusteringPolicy
Implements IEquatable(Of RedisEnterpriseClusteringPolicy)
Inheritance
RedisEnterpriseClusteringPolicy
Implements

Constructors

RedisEnterpriseClusteringPolicy(String)

Initializes a new instance of RedisEnterpriseClusteringPolicy.

Properties

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.

Methods

Equals(RedisEnterpriseClusteringPolicy)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(RedisEnterpriseClusteringPolicy, RedisEnterpriseClusteringPolicy)

Determines if two RedisEnterpriseClusteringPolicy values are the same.

Implicit(String to RedisEnterpriseClusteringPolicy)

Converts a string to a RedisEnterpriseClusteringPolicy.

Inequality(RedisEnterpriseClusteringPolicy, RedisEnterpriseClusteringPolicy)

Determines if two RedisEnterpriseClusteringPolicy values are not the same.

Applies to