You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/cache-configure.md
+7-12Lines changed: 7 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,8 @@ You can view and configure the following settings using the **Resource Menu**.
36
36
* [Advanced settings](#advanced-settings)
37
37
* [Azure Cache for Redis Advisor](#azure-cache-for-redis-advisor)
38
38
* [Scale](#scale)
39
-
* [Redis cluster size](#cluster-size)
40
-
* [Redis data persistence](#redis-data-persistence)
39
+
* [Cluster size](#cluster-size)
40
+
* [Data persistence](#redis-data-persistence)
41
41
* [Schedule updates](#schedule-updates)
42
42
* [Geo-replication](#geo-replication)
43
43
* [Virtual Network](#virtual-network)
@@ -88,8 +88,8 @@ The **Settings** section allows you to access and configure the following settin
88
88
*[Advanced settings](#advanced-settings)
89
89
*[Azure Cache for Redis Advisor](#azure-cache-for-redis-advisor)
90
90
*[Scale](#scale)
91
-
*[Redis cluster size](#cluster-size)
92
-
*[Redis data persistence](#redis-data-persistence)
91
+
*[Cluster size](#cluster-size)
92
+
*[Data persistence](#redis-data-persistence)
93
93
*[Schedule updates](#schedule-updates)
94
94
*[Geo-replication](#geo-replication)
95
95
*[Virtual Network](#virtual-network)
@@ -197,14 +197,9 @@ Click **Scale** to view or change the pricing tier for your cache. For more info
197
197
<aname="cluster-size"></a>
198
198
199
199
### Redis Cluster Size
200
-
Click **(PREVIEW) Redis Cluster Size** to change the cluster size for a running premium cache with clustering enabled.
200
+
Click **Cluster Size** to change the cluster size for a running premium cache with clustering enabled.
201
201
202
-
> [!NOTE]
203
-
> Note that while the Azure Cache for Redis Premium tier has been released to General Availability, the Redis Cluster Size feature is currently in preview.
To change the cluster size, use the slider or type a number between 1 and 10 in the **Shard count** text box and click **OK** to save.
210
205
@@ -215,7 +210,7 @@ To change the cluster size, use the slider or type a number between 1 and 10 in
215
210
216
211
217
212
### Redis data persistence
218
-
Click **Redis data persistence** to enable, disable, or configure data persistence for your premium cache. Azure Cache for Redis offers Redis persistence using either [RDB persistence](cache-how-to-premium-persistence.md#configure-rdb-persistence) or [AOF persistence](cache-how-to-premium-persistence.md#configure-aof-persistence).
213
+
Click **Data persistence** to enable, disable, or configure data persistence for your premium cache. Azure Cache for Redis offers Redis persistence using either [RDB persistence](cache-how-to-premium-persistence.md#configure-rdb-persistence) or [AOF persistence](cache-how-to-premium-persistence.md#configure-aof-persistence).
219
214
220
215
For more information, see [How to configure persistence for a Premium Azure Cache for Redis](cache-how-to-premium-persistence.md).
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/cache-how-to-premium-persistence.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ The steps in the next section describe how to configure Redis persistence on you
38
38
39
39
## Enable Redis persistence
40
40
41
-
Redis persistence is enabled on the **Redis data persistence** blade by choosing either **RDB** or **AOF** persistence. For new caches, this blade is accessed during the cache creation process, as described in the previous section. For existing caches, the **Redis data persistence** blade is accessed from the **Resource menu** for your cache.
41
+
Redis persistence is enabled on the **Data persistence** blade by choosing either **RDB** or **AOF** persistence. For new caches, this blade is accessed during the cache creation process, as described in the previous section. For existing caches, the **Data persistence** blade is accessed from the **Resource menu** for your cache.
42
42
43
43
![Redis settings][redis-cache-settings]
44
44
@@ -125,7 +125,7 @@ For both RDB and AOF persistence:
125
125
* If you have scaled to a smaller size, and there isn't enough room in the smaller size to hold all of the data from the last backup, keys will be evicted during the restore process, typically using the [allkeys-lru](https://redis.io/topics/lru-cache) eviction policy.
126
126
127
127
### Can I change the RDB backup frequency after I create the cache?
128
-
Yes, you can change the backup frequency for RDB persistence on the **Redis data persistence** blade. For instructions, see Configure Redis persistence.
128
+
Yes, you can change the backup frequency for RDB persistence on the **Data persistence** blade. For instructions, see Configure Redis persistence.
129
129
130
130
### Why if I have an RDB backup frequency of 60 minutes there is more than 60 minutes between backups?
131
131
The RDB persistence backup frequency interval does not start until the previous backup process has completed successfully. If the backup frequency is 60 minutes and it takes a backup process 15 minutes to successfully complete, the next backup won't start until 75 minutes after the start time of the previous backup.
0 commit comments