RedisInstanceDetails interface

Details of single instance of redis.

Properties

isMaster

Specifies whether the instance is a primary node.

isPrimary

Specifies whether the instance is a primary node.

nonSslPort

If enableNonSslPort is true, provides Redis instance Non-SSL port.

shardId

If clustering is enabled, the Shard ID of Redis Instance

sslPort

Redis instance SSL port.

zone

If the Cache uses availability zones, specifies availability zone where this instance is located.

Property Details

isMaster

Specifies whether the instance is a primary node.

isMaster?: boolean

Property Value

boolean

isPrimary

Specifies whether the instance is a primary node.

isPrimary?: boolean

Property Value

boolean

nonSslPort

If enableNonSslPort is true, provides Redis instance Non-SSL port.

nonSslPort?: number

Property Value

number

shardId

If clustering is enabled, the Shard ID of Redis Instance

shardId?: number

Property Value

number

sslPort

Redis instance SSL port.

sslPort?: number

Property Value

number

zone

If the Cache uses availability zones, specifies availability zone where this instance is located.

zone?: string

Property Value

string