RedisInstanceDetails Class

Details of single instance of redis.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

RedisInstanceDetails(**kwargs: Any)

Variables

Name Description
ssl_port
int

Redis instance SSL port.

non_ssl_port
int

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

zone
str

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

shard_id
int

If clustering is enabled, the Shard ID of Redis Instance.

is_master

Specifies whether the instance is a primary node.

is_primary

Specifies whether the instance is a primary node.