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
|
Redis instance SSL port. |
non_ssl_port
|
If enableNonSslPort is true, provides Redis instance Non-SSL port. |
zone
|
If the Cache uses availability zones, specifies availability zone where this instance is located. |
shard_id
|
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python