RedisInstanceDetails interface
Details of single instance of redis.
Properties
| is |
Specifies whether the instance is a primary node. |
| is |
Specifies whether the instance is a primary node. |
| non |
If enableNonSslPort is true, provides Redis instance Non-SSL port. |
| shard |
If clustering is enabled, the Shard ID of Redis Instance |
| ssl |
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