Skip to content

Commit fe5fb81

Browse files
committed
fixed PRMerge issues
1 parent ab1bbbb commit fe5fb81

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ No. Reboot isn't available for the Enterprise tier yet. Reboot is available for
7878

7979
## Flush data (preview)
8080

81-
When using th Basic, Standard, or Premium tiers of Azure Cache for Redis, you see **Flush data** on the resource menu. The **Flush data** operation allows you to delete or _flush_ all data in your cache. This _flush_ operation can be used before scaling operations to potentially reduce the time required to complete the scaling operation on your cache. You can also configure to run the _flush_ operation periodically on your dev/test caches to keep memory usage in check.
81+
When using the Basic, Standard, or Premium tiers of Azure Cache for Redis, you see **Flush data** on the resource menu. The **Flush data** operation allows you to delete or _flush_ all data in your cache. This _flush_ operation can be used before scaling operations to potentially reduce the time required to complete the scaling operation on your cache. You can also configure to run the _flush_ operation periodically on your dev/test caches to keep memory usage in check.
8282

8383
The _flush_ operation, when executed on a clustered cache, clears data from all shards at the same time.
8484

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Use the **Maxmemory policy**, **maxmemory-reserved**, and **maxfragmentationmemo
185185

186186
**Maxmemory policy** configures the eviction policy for the cache and allows you to choose from the following eviction policies:
187187

188-
- `volatile-lru`: The default eviction policy, removes the least recently used key out of all the keys with an expiration set.
188+
- `volatile-lru`: The default eviction policy. It removes the least recently used key out of all the keys with an expiration set.
189189
- `allkeys-lru`: Removes the least recently used key.
190190
- `volatile-random`: Removes a random key that has an expiration set.
191191
- `allkeys-random`: Removes a random key.

articles/azure-cache-for-redis/cache-whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For more information, see [update channels](cache-administration.md#update-chann
3131

3232
### Remove TLS 1.0 and 1.1 from use with Azure Cache for Redis
3333

34-
To meet the industry-wide push toward the exclusive use of Transport Layer Security (TLS) version 1.2 or later, Azure Cache for Redis is moving toward requiring the use of the TLS 1.2 in October 2024.
34+
To meet the industry-wide push toward the exclusive use of Transport Layer Security (TLS) version 1.2 or later, Azure Cache for Redis is moving toward requiring the use of TLS 1.2 in October 2024.
3535

3636
As a part of this effort, you can expect the following changes to Azure Cache for Redis:
3737

-4.21 KB
Loading

0 commit comments

Comments
 (0)