RedisRebootParameters Class

Definition

Specifies which Redis node(s) to reboot.

public class RedisRebootParameters
type RedisRebootParameters = class
Public Class RedisRebootParameters
Inheritance
RedisRebootParameters

Constructors

RedisRebootParameters()

Initializes a new instance of the RedisRebootParameters class.

RedisRebootParameters(String, Nullable<Int32>, IList<Nullable<Int32>>)

Initializes a new instance of the RedisRebootParameters class.

Properties

Ports

Gets or sets a list of redis instances to reboot, specified by per-instance SSL ports or non-SSL ports.

RebootType

Gets or sets which Redis node(s) to reboot. Depending on this value data loss is possible. Possible values include: 'PrimaryNode', 'SecondaryNode', 'AllNodes'

ShardId

Gets or sets if clustering is enabled, the ID of the shard to be rebooted.

Applies to