RedisInstanceDetails Class

Details of single instance of redis.

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

Inheritance
RedisInstanceDetails

Constructor

RedisInstanceDetails(**kwargs)

Variables

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
bool

Specifies whether the instance is a primary node.

is_primary
bool

Specifies whether the instance is a primary node.