Skip to content

Commit dd5c7bb

Browse files
Merge pull request #232011 from animeshdas11/patch-2
Added a FAQ-Does scaling out using clustering help to increase the nu…
2 parents dfddda1 + 86d18ba commit dd5c7bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ The following list contains answers to commonly asked questions about Azure Cach
110110
* [Can I configure clustering for a basic or standard cache?](#can-i-configure-clustering-for-a-basic-or-standard-cache)
111111
* [Can I use clustering with the Redis ASP.NET Session State and Output Caching providers?](#can-i-use-clustering-with-the-redis-aspnet-session-state-and-output-caching-providers)
112112
* [I'm getting MOVE exceptions when using StackExchange.Redis and clustering, what should I do?](#im-getting-move-exceptions-when-using-stackexchangeredis-and-clustering-what-should-i-do)
113+
* [Does scaling out using clustering help to increase the number of supported client connections?](#Does scaling out using clustering help to increase the number of supported client connections?)
113114

114115
### Do I need to make any changes to my client application to use clustering?
115116

@@ -189,6 +190,10 @@ Clustering is only available for premium caches.
189190
190191
If you're using StackExchange.Redis and receive `MOVE` exceptions when using clustering, ensure that you're using [StackExchange.Redis 1.1.603](https://www.nuget.org/packages/StackExchange.Redis/) or later. For instructions on configuring your .NET applications to use StackExchange.Redis, see [Configure the cache clients](cache-dotnet-how-to-use-azure-redis-cache.md#configure-the-cache-client).
191192
193+
### Does scaling out using clustering help to increase the number of supported client connections?
194+
195+
No,scaling out using clustering and increasing the number of shards doesn't help in increasing the number of supported client connections.
196+
192197
## Next steps
193198
194199
Learn more about Azure Cache for Redis features.

0 commit comments

Comments
 (0)