Compartir a través de


RedisRebootParameters interface

Specifies which Redis node(s) to reboot.

Properties

ports

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

rebootType

Which Redis node(s) to reboot. Depending on this value data loss is possible.

shardId

If clustering is enabled, the ID of the shard to be rebooted.

Property Details

ports

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

ports?: number[]

Property Value

number[]

rebootType

Which Redis node(s) to reboot. Depending on this value data loss is possible.

rebootType?: string

Property Value

string

shardId

If clustering is enabled, the ID of the shard to be rebooted.

shardId?: number

Property Value

number