Skip to content

Commit b4e034a

Browse files
Merge pull request #233257 from MSFTeegarden/patch-21
Small changes to scaling best practices and what is pages.
2 parents d65c7af + 8ff81af commit b4e034a

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

articles/azure-cache-for-redis/cache-best-practices-scale.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ For more information on scaling and memory, depending on your tier see either:
4747

4848
If preserving the data in the cache isn't a requirement, consider flushing the data prior to scaling. Flushing the cache helps the scaling operation complete more quickly so the new capacity is available sooner.
4949

50+
## Scaling Enterprise tier caches
51+
52+
Because the _Enterprise_ and _Enterprise Flash_ tiers are built on Redis Enterprise rather than open-source Redis, there are some differences in scaling best practices. See [Best Practices for the Enterprise and Enterprise Flash tiers](cache-best-practices-enterprise-tiers.md) for more information.
53+
5054
## Next steps
5155

5256
- [Configure your maxmemory-reserved setting](cache-best-practices-memory-management.md#configure-your-maxmemory-reserved-setting)

articles/azure-cache-for-redis/cache-overview.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Azure Cache for Redis provides an in-memory data store based on the [Redis](http
1515

1616
Azure Cache for Redis offers both the Redis open-source (OSS Redis) and a commercial product from Redis Inc. (Redis Enterprise) as a managed service. It provides secure and dedicated Redis server instances and full Redis API compatibility. The service is operated by Microsoft, hosted on Azure, and usable by any application within or outside of Azure.
1717

18-
Azure Cache for Redis can be used as a distributed data or content cache, a session store, a message broker, and more. It can be deployed as a standalone. Or, it can be deployed along with other Azure database services, such as Azure SQL or Azure Cosmos DB.
18+
Azure Cache for Redis can be used as a distributed data or content cache, a session store, a message broker, and more. It can be deployed standalone. Or, it can be deployed along with other Azure database services, such as Azure SQL or Azure Cosmos DB.
1919

2020
## Key scenarios
2121

@@ -54,18 +54,19 @@ The [Azure Cache for Redis Pricing](https://azure.microsoft.com/pricing/details/
5454
| [Service Level Agreement (SLA)](https://azure.microsoft.com/support/legal/sla/cache/v1_0/) |-|||||
5555
| Data encryption in transit ||||||
5656
| [Network isolation](cache-private-link.md) ||||||
57-
| [Scaling](cache-how-to-scale.md) ||||-|-|
57+
| [Scaling](cache-how-to-scale.md) ||||Preview|Preview|
5858
| [OSS clustering](cache-how-to-premium-clustering.md) |-|-||||
5959
| [Data persistence](cache-how-to-premium-persistence.md) |-|-||Preview|Preview|
6060
| [Zone redundancy](cache-how-to-zone-redundancy.md) |-|-||||
61-
| [Geo-replication](cache-how-to-geo-replication.md) |-|-||||
61+
| [Geo-replication](cache-how-to-geo-replication.md) |-|-|✔ (Passive) |✔ (Active) |✔ (Active) |
62+
| [Connection audit logs](cache-monitor-diagnostic-settings.md) |-|-|✔ (Poll-based)|✔ (Event-based)|✔ (Event-based)|
6263
| [Redis Modules](cache-redis-modules.md) |-|-|-||Preview|
6364
| [Import/Export](cache-how-to-import-export-data.md) |-|-||||
6465
| [Reboot](cache-administration.md#reboot) ||||-|-|
6566
| [Scheduled updates](cache-administration.md#schedule-updates) ||||-|-|
6667

6768
> [!NOTE]
68-
> The Enterprise Flash tier currently supports only the RedisJSON and RediSearch modules in preview.
69+
> The Enterprise Flash tier currently supports only the RediSearch module (in preview) and the RedisJSON module.
6970
7071
### Choosing the right tier
7172

0 commit comments

Comments
 (0)