Skip to content

Commit cd02672

Browse files
authored
Merge pull request #102140 from yegu-ms/master
Removed preview tags
2 parents 2339046 + 7069d01 commit cd02672

File tree

4 files changed

+11
-21
lines changed

4 files changed

+11
-21
lines changed

articles/azure-cache-for-redis/cache-configure.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ You can view and configure the following settings using the **Resource Menu**.
3636
* [Advanced settings](#advanced-settings)
3737
* [Azure Cache for Redis Advisor](#azure-cache-for-redis-advisor)
3838
* [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)
4141
* [Schedule updates](#schedule-updates)
4242
* [Geo-replication](#geo-replication)
4343
* [Virtual Network](#virtual-network)
@@ -88,8 +88,8 @@ The **Settings** section allows you to access and configure the following settin
8888
* [Advanced settings](#advanced-settings)
8989
* [Azure Cache for Redis Advisor](#azure-cache-for-redis-advisor)
9090
* [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)
9393
* [Schedule updates](#schedule-updates)
9494
* [Geo-replication](#geo-replication)
9595
* [Virtual Network](#virtual-network)
@@ -197,14 +197,9 @@ Click **Scale** to view or change the pricing tier for your cache. For more info
197197
<a name="cluster-size"></a>
198198

199199
### 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.
201201

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.
204-
>
205-
>
206-
207-
![Redis cluster size](./media/cache-configure/redis-cache-redis-cluster-size.png)
202+
![Cluster size](./media/cache-configure/redis-cache-redis-cluster-size.png)
208203

209204
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.
210205

@@ -215,7 +210,7 @@ To change the cluster size, use the slider or type a number between 1 and 10 in
215210
216211

217212
### 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).
219214

220215
For more information, see [How to configure persistence for a Premium Azure Cache for Redis](cache-how-to-premium-persistence.md).
221216

articles/azure-cache-for-redis/cache-how-to-import-export-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Import/Export enables you to migrate between different Azure Cache for Redis ins
2020
This article provides a guide for importing and exporting data with Azure Cache for Redis and provides the answers to commonly asked questions.
2121

2222
> [!IMPORTANT]
23-
> Import/Export is in preview and is only available for [premium tier](cache-premium-tier-intro.md) caches.
23+
> Import/Export is only available for [premium tier](cache-premium-tier-intro.md) caches.
2424
>
2525
>
2626

articles/azure-cache-for-redis/cache-how-to-premium-clustering.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,7 @@ For sample code on working with clustering with the StackExchange.Redis client,
5252
<a name="cluster-size"></a>
5353

5454
## Change the cluster size on a running premium cache
55-
To change the cluster size on a running premium cache with clustering enabled, click **Redis Cluster Size** from the **Resource menu**.
56-
57-
> [!NOTE]
58-
> While the Azure Cache for Redis Premium tier has been released to General Availability, the Redis Cluster Size feature is currently in preview.
59-
>
60-
>
55+
To change the cluster size on a running premium cache with clustering enabled, click **Cluster Size** from the **Resource menu**.
6156

6257
![Redis cluster size][redis-cache-redis-cluster-size]
6358

articles/azure-cache-for-redis/cache-how-to-premium-persistence.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The steps in the next section describe how to configure Redis persistence on you
3838

3939
## Enable Redis persistence
4040

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.
4242

4343
![Redis settings][redis-cache-settings]
4444

@@ -125,7 +125,7 @@ For both RDB and AOF persistence:
125125
* 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.
126126

127127
### 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.
129129

130130
### Why if I have an RDB backup frequency of 60 minutes there is more than 60 minutes between backups?
131131
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

Comments
 (0)