Hi,
The Azure Cache for Redis service does not inherently stop at 600MB. The Basic and Standard tiers offer caches from 250 MB to 53 GB, while the Premium tier offers caches from 6 GB to 1.2 TB.
However, it's important to note that the maximum connection limit for a given cache size assumes a lightly loaded cache. If the load from connection overhead plus the load from client operations exceeds the capacity for the system, the cache can experience capacity issues even if you have not exceeded the connection limit for the current cache size. So to solve this
- Review the workload and client application to ensure they are within the specified limits for the Azure Cache for Redis service.
- If they are above the limit , kindly consider upgrading the pricing tier of your Azure Cache for Redis service to accommodate the workload if necessary.
Kindly check this and let us know