Skip to content

Commit 9d84319

Browse files
committed
refined input from internal PR
1 parent dd2a514 commit 9d84319

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: flang-msft
66
ms.author: franlanglois
77
ms.service: cache
88
ms.topic: conceptual
9-
ms.date: 07/13/2022
9+
ms.date: 03/09/2023
1010

1111
---
1212

@@ -141,7 +141,7 @@ The largest cache size you can have is 1.2 TB. This result is a clustered P5 cac
141141

142142
### Do all Redis clients support clustering?
143143

144-
Many clients libraries support Redis clustering but not all. Check the documentation for the library you're using to verify you're using a library and version that support clustering. StackExchange.Redis is one library that does support clustering, in its newer versions. For more information on other clients,please refer [Scaling with Redis Cluster](https://redis.io/topics/cluster-tutorial).
144+
Many clients libraries support Redis clustering but not all. Check the documentation for the library you're using to verify you're using a library and version that support clustering. StackExchange.Redis is one library that does support clustering, in its newer versions. For more information on other clients, see [Scaling with Redis Cluster](https://redis.io/topics/cluster-tutorial).
145145

146146
The Redis clustering protocol requires each client to connect to each shard directly in clustering mode, and also defines new error responses such as 'MOVED' na 'CROSSSLOTS'. When you attempt to use a client library that doesn't support clustering, with a cluster mode cache, the result can be many [MOVED redirection exceptions](https://redis.io/topics/cluster-spec#moved-redirection), or just break your application, if you're doing cross-slot multi-key requests.
147147

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

156156
### Can I directly connect to the individual shards of my cache?
157157

158-
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, refer [Redis cluster tutorial](https://redis.io/topics/cluster-tutorial).
158+
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 [Redis cluster tutorial](https://redis.io/topics/cluster-tutorial).
159159

160160
For non-TLS, use the following commands.
161161

0 commit comments

Comments
 (0)