Skip to content

Commit 27e1455

Browse files
authored
Merge pull request #79831 from TimLovellSmith/patch-17
Update cache-how-to-scale.md - Explain that the cache IP address may change
2 parents 81ff48e + 7d836ef commit 27e1455

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/azure-cache-for-redis/cache-how-to-scale.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ No, your cache name and keys are unchanged during a scaling operation.
152152
- When you scale a **Standard** cache to a different size or to a **Premium** cache, one of the replicas is shut down and reprovisioned to the new size and the data transferred over, and then the other replica does a failover before it's reprovisioned, similar to the process that occurs during a failure of one of the cache nodes.
153153
- When you scale out a clustered cache, new shards are provisioned and added to the Redis server cluster. Data is then resharded across all shards.
154154
- When you scale in a clustered cache, data is first resharded and then cluster size is reduced to required shards.
155+
- In some cases, such as scaling or migrating your cache to a different cluster, the underlying IP address of the cache can change. The DNS records for the cache changes and is transparent to most applications. However, if you use an IP address to configure the connection to your cache, or to configure NSGs, or firewalls allowing traffic to the cache, your application might have trouble connecting sometime after that the DNS record updates.
155156

156157
### Will I lose data from my cache during scaling?
157158

0 commit comments

Comments
 (0)