Skip to content

Commit d6b3d7f

Browse files
committed
Revised submission
1 parent 17bb777 commit d6b3d7f

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

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

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: flang-msft
55
ms.author: franlanglois
66
ms.service: cache
77
ms.topic: conceptual
8-
ms.date: 03/24/2023
8+
ms.date: 08/24/2023
99
ms.devlang: csharp
1010
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1111

@@ -319,7 +319,15 @@ No, your cache name and keys are unchanged during a scaling operation.
319319

320320
### Can I use all the features of Premium tier after scaling?
321321

322-
No, features that are creation level settings in Premium tier such as configuring of VNET, setting up zone redundancy won't be available for configuration after scaling. You need to create a new instance in case you are looking to leverage any of those features.
322+
No, some features can only be set when you create a cache in Premium tier, and are not available after scaling.
323+
324+
These features cannot be added after you create the Premium cache:
325+
326+
- VNet injection
327+
- Adding zone redundancy
328+
- Using multiple replicas per primary
329+
330+
To use any of these features, you must create a new cache instance in the Premium tier.
323331

324332
### Is my custom databases setting affected during scaling?
325333

@@ -419,7 +427,7 @@ You can connect to your cache using the same [endpoints](cache-configure.md#prop
419427

420428
### Can I directly connect to the individual shards of my cache?
421429

422-
The clustering protocol requires the client to make the correct shard connections, so the client should make share connections for you. With that said, each shard consists of a primary/replica cache pair, collectively known as a cache instance. You can connect to these cache instances using the redis-cli utility in the [unstable](https://redis.io/download) branch of the Redis repository at GitHub. This version implements basic support when started with the `-c` switch. For more information, see [Playing with the cluster](https://redis.io/topics/cluster-tutorial#playing-with-the-cluster) on [https://redis.io](https://redis.io) in the [Redis cluster tutorial](https://redis.io/topics/cluster-tutorial).
430+
The clustering protocol requires the client to make the correct shard connections, so the client should make share connections for you. With that said, each shard consists of a primary/replica cache pair, collectively known as a cache instance. You can connect to these cache instances using the Redis-CLI utility in the [unstable](https://redis.io/download) branch of the Redis repository at GitHub. This version implements basic support when started with the `-c` switch. For more information, see [Playing with the cluster](https://redis.io/topics/cluster-tutorial#playing-with-the-cluster) on [https://redis.io](https://redis.io) in the [Redis cluster tutorial](https://redis.io/topics/cluster-tutorial).
423431

424432
You need to use the `-p` switch to specify the correct port to connect to. Use the [CLUSTER NODES](https://redis.io/commands/cluster-nodes/) command to determine the exact ports used for the primary and replica nodes. The following port ranges are used:
425433

@@ -429,10 +437,10 @@ You need to use the `-p` switch to specify the correct port to connect to. Use t
429437

430438
### Can I configure clustering for a previously created cache?
431439

432-
Yes. First, ensure that your cache is premium by scaling it up. Next, you can see the cluster configuration options, including an option to enable cluster. Change the cluster size after the cache is created, or after you have enabled clustering for the first time.
440+
Yes. First, ensure that your cache is in the Premium tier by scaling it up. Next, you can see the cluster configuration options, including an option to enable cluster. Change the cluster size after the cache is created, or after you have enabled clustering for the first time.
433441

434442
>[!IMPORTANT]
435-
>You can't undo enabling clustering. And a cache with clustering enabled and only one shard behaves *differently* than a cache of the same size with *no* clustering.
443+
>You can't undo enabling clustering. And a cache with clustering enabled and only one shard behaves _differently_ than a cache of the same size with _no_ clustering.
436444
437445
All Enterprise and Enterprise Flash tier caches are always clustered.
438446

0 commit comments

Comments
 (0)