Skip to content

Commit 86d18ba

Browse files
authored
Added a FAQ-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? No, scaling out using clustering and increasing the number of shards doesn't help in increasing the number of supported client connections.
1 parent d21b67f commit 86d18ba

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)