Skip to content

Commit 2a87b67

Browse files
authored
Update cache-how-to-premium-persistence.md
Moved the note to where it doesn't createdd issues in the build.
1 parent c88be47 commit 2a87b67

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ ms.topic: conceptual
88
ms.date: 05/17/2022
99

1010
---
11+
# Configure data persistence for a Premium Azure Cache for Redis instance
12+
13+
[Redis persistence](https://redis.io/topics/persistence) allows you to persist data stored in Redis. You can also take snapshots and back up the data. If there's a hardware failure, you load the data. The ability to persist data is a huge advantage over the Basic or Standard tiers where all the data is stored in memory. Data loss is possible if a failure occurs where Cache nodes are down.
14+
1115
> [!IMPORTANT]
1216
>
1317
> Check to see if your storage account has soft delete enabled before using hte data persistence feature. Using data persistence with soft delete will cause very high storage costs. For more information, see For more information, see [should I enable soft delete?](#how-frequently-does-rdb-and-aof-persistence-write-to-my-blobs-and-should-i-enable-soft-delete)
1418
>
15-
# Configure data persistence for a Premium Azure Cache for Redis instance
16-
17-
[Redis persistence](https://redis.io/topics/persistence) allows you to persist data stored in Redis. You can also take snapshots and back up the data. If there's a hardware failure, you load the data. The ability to persist data is a huge advantage over the Basic or Standard tiers where all the data is stored in memory. Data loss is possible if a failure occurs where Cache nodes are down.
1819
1920
Azure Cache for Redis offers Redis persistence using the Redis database (RDB) and Append only File (AOF):
2021

0 commit comments

Comments
 (0)