Skip to content

Commit 1ff42fa

Browse files
Merge pull request #220795 from flang-msft/fxl---Redis-upgrade-FAQ-16454564
Fxl redis upgrade faq 16454564
2 parents 6e69a63 + 1875d37 commit 1ff42fa

File tree

1 file changed

+75
-3
lines changed

1 file changed

+75
-3
lines changed

articles/azure-cache-for-redis/cache-retired-features.md

Lines changed: 75 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: flang-msft
77
ms.author: franlanglois
88
ms.service: cache
99
ms.topic: conceptual
10-
ms.date: 09/30/2022
10+
ms.date: 12/08/2022
1111

1212
---
1313

@@ -40,14 +40,86 @@ From now through 30 June 2023, you can continue to use existing Azure Cache for
4040

4141
### Version 4 caches on cloud services
4242

43-
If your cache instance is affected by the Cloud Service retirement, you're unable to upgrade to Redis 6 until after you migrate to a cache built on virtual machine scale set. In this case, send mail to [email protected], and we'll help you with the migration.
43+
If your cache instance is affected by the Cloud Service retirement, you're unable to upgrade to Redis 6 until after you migrate to a cache built on Virtual Machine Scale Set. In this case, send mail to [email protected], and we'll help you with the migration.
4444

4545
For more information on what to do if your cache is on Cloud Services (classic), see [Azure Cache for Redis on Cloud Services (classic)](cache-faq.yml#what-should-i-do-with-any-instances-of-azure-cache-for-redis-that-depend-on-cloud-services--classic-).
4646

47-
### How to check if a cache is running on version 4?
47+
### Redis 4 Retirement Questions
48+
49+
- [How to check if a cache is running on version 4?](#how-to-check-if-a-cache-is-running-on-version-4)
50+
- [Why is Redis version 4 being retired?](#why-is-redis-version-4-being-retired)
51+
- [Will Redis 4 caches be supported until retirement?](#will-redis-4-caches-be-supported-until-retirement)
52+
- [My Redis 4 caches are linked with geo-replication link. What happens to the geo-replication link during upgrade?](#my-redis-4-caches-are-linked-with-geo-replication-link-what-happens-to-the-geo-replication-link-during-upgrade)
53+
- [What happens to my cache if I don't upgrade to Redis version 6 by June 30, 2023?](#what-happens-to-my-cache-if-i-dont-upgrade-to-redis-version-6-by-june-30-2023)
54+
- [What happens to my Cloud Service cache if I don't upgrade it by June 30, 2023?](#what-happens-to-my-cloud-service-cache-if-i-dont-upgrade-it-by-june-30-2023)
55+
- [Do I need to update my application to be able to use Redis version 6?](#do-i-need-to-update-my-application-to-be-able-to-use-redis-version-6)
56+
- [What exactly happens to my cache when I execute the upgrade operation?](#what-exactly-happens-to-my-cache-when-i-execute-the-upgrade-operation)
57+
- [Will my cache be available during the upgrade process?](#will-my-cache-be-available-during-the-upgrade-process)
58+
- [How long does the upgrade operation last?](#how-long-does-the-upgrade-operation-last)
59+
- [Can I execute upgrade operation through REST API, Azure CLI or PowerShell?](#can-i-execute-upgrade-operation-through-rest-api-azure-cli-or-powershell)
60+
- [Is my application affected during upgrade?](#is-my-application-affected-during-upgrade)
61+
- [Can I roll back the upgrade operation?](#can-i-roll-back-the-upgrade-operation)
62+
63+
#### How to check if a cache is running on version 4?
4864

4965
You check the Redis version of your cache instance by selecting **Properties** from the resource menu in the Azure Cache for Redis portal.
5066

67+
#### Why is Redis version 4 being retired?
68+
69+
Azure Cache for Redis is the managed offering for the popular open-source caching solution Redis. Redis version 4 is no longer supported by the open-source community. Redis 4 will no longer be supported on Azure starting June 30, 2023.
70+
71+
#### Will Redis 4 caches be supported until retirement?
72+
73+
Redis version 4 caches continues to get critical bug fixes and security updates until June 20, 2023.
74+
75+
#### My Redis 4 caches are linked with geo-replication link. What happens to the geo-replication link during upgrade?
76+
77+
Caches can't be upgraded while they have a geo-replication link.
78+
79+
1. First, you must unlink the caches temporarily.
80+
1. Upgrade both your caches.
81+
1. Then relink them.
82+
83+
#### What happens to my cache if I don't upgrade to Redis version 6 by June 30, 2023?
84+
85+
If you don't upgrade your Redis 4 cache by June 30, 2023, the cache is automatically upgraded to version 6. If you have a maintenance window scheduled for your cache, the upgrade happens during the maintenance window. Geo-replicated Redis 4 caches will be retired on August 30, 2023.
86+
87+
#### What happens to my Cloud Service cache if I don't upgrade it by June 30, 2023?
88+
89+
Cloud Service version 4 caches can't be upgraded to version 6 until they're migrated to a cache based on Azure Virtual Machine Scale Set.
90+
91+
For more information, see [Caches with a dependency on Cloud Services (classic)](/azure/azure-cache-for-redis/cache-faq).
92+
93+
Starting on April 30, 2023, Cloud Service caches receive only critical security updates and critical bug fixes. Cloud Service caches won't support any new features released after April 30, 2023. We highly recommend migrating your caches to Azure Virtual Machine Scale Set.
94+
95+
#### Do I need to update my application to be able to use Redis version 6?
96+
97+
Redis version 6 is compatible with version 4 and applications should continue to function seamlessly after the version upgrade.
98+
99+
#### What exactly happens to my cache when I execute the upgrade operation?
100+
101+
During the upgrade process, the replica node of your cache is first upgraded to run Redis version 6. The upgrade replica node then takes over as the primary node for your cache while the former primary node reboots to take on the role of replica. This process is exactly like the patching process described in [How does patching occur?](cache-failover.md#how-does-patching-occur).
102+
103+
#### Will my cache be available during the upgrade process?
104+
105+
Standard and Premium caches are fully functional and available during the upgrade process, but your applications see a connection blip for a few seconds. Basic caches are unavailable during the upgrade and all data will be lost.
106+
107+
#### How long does the upgrade operation last?
108+
109+
Typically, the upgrade operation takes about 20 minutes per cache node, but it could take longer if the cache is under high server load.
110+
111+
#### Can I execute upgrade operation through REST API, Azure CLI or PowerShell?
112+
113+
Yes, the upgrade process can be triggered through REST API, Azure CLI or PowerShell command. For more information, see [How to upgrade an existing Redis 4 cache to Redis 6](cache-how-to-upgrade.md).
114+
115+
#### Is my application affected during upgrade?
116+
117+
Your application sees a connection blip that lasts a few seconds. Your application should retry commands appropriately when experiencing connectivity errors. Fore more information, see [Best practices for connection resilience](cache-best-practices-connection.md).
118+
119+
#### Can I roll back the upgrade operation?
120+
121+
No, the upgrade can't be rolled back.
122+
51123
## Next steps
52124
<!-- Add a context sentence for the following links -->
53125
- [What's new](cache-whats-new.md)

0 commit comments

Comments
 (0)