Skip to content

Commit 7014f10

Browse files
Merge pull request #128179 from josh-yates/azure-managed-redis-persistence-links
Fix links for Managed Redis RDB & AOF advantages / disadvantages
2 parents b4f1313 + 2adff3c commit 7014f10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/redis/how-to-persistence.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ appliesto:
2929

3030
You have two options for persistence with Azure Managed Redis: the _Redis database_ (RDB) format and _Append only File_ (AOF) format:
3131

32-
- _RDB persistence_ - When you use RDB persistence, Azure Managed Redis persists a snapshot of your cache in a binary format. The snapshot is saved on a managed disk mounted to the Redis instance. The configurable backup frequency determines how often to persist the snapshot. If a catastrophic event occurs that disables both the primary and replica, the cache is reconstructed automatically using the most recent snapshot. Learn more about the [advantages](https://redis.io/topics/persistence#rdb-advantages) and [disadvantages](https://redis.io/topics/persistence#rdb-disadvantages) of RDB persistence.
33-
- _AOF persistence_ - When you use AOF persistence, Azure Managed Redis saves every write operation to a log. The log is saved once per second on a managed disk mounted to the Redis instance. If a catastrophic event occurs that disables both the primary and replica caches, the cache is reconstructed automatically using the stored write operations. Learn more about the [advantages](https://redis.io/topics/persistence#aof-advantages) and [disadvantages](https://redis.io/topics/persistence#aof-disadvantages) of AOF persistence.
32+
- _RDB persistence_ - When you use RDB persistence, Azure Managed Redis persists a snapshot of your cache in a binary format. The snapshot is saved on a managed disk mounted to the Redis instance. The configurable backup frequency determines how often to persist the snapshot. If a catastrophic event occurs that disables both the primary and replica, the cache is reconstructed automatically using the most recent snapshot. Learn more about the [advantages](https://redis.io/docs/latest/operate/oss_and_stack/management/persistence/#rdb-advantages) and [disadvantages](https://redis.io/docs/latest/operate/oss_and_stack/management/persistence/#rdb-disadvantages) of RDB persistence.
33+
- _AOF persistence_ - When you use AOF persistence, Azure Managed Redis saves every write operation to a log. The log is saved once per second on a managed disk mounted to the Redis instance. If a catastrophic event occurs that disables both the primary and replica caches, the cache is reconstructed automatically using the stored write operations. Learn more about the [advantages](https://redis.io/docs/latest/operate/oss_and_stack/management/persistence/#aof-advantages) and [disadvantages](https://redis.io/docs/latest/operate/oss_and_stack/management/persistence/#aof-disadvantages) of AOF persistence.
3434

3535
> [!IMPORTANT]
3636
> Azure Managed Redis persistence features are intended to be used to restore data automatically to the same cache after data loss. The RDB/AOF persisted data files can neither be accessed by users nor imported to a new or existing cache. To move data across caches, use the _Import and Export_ feature. For more information, see [Import and Export data in Azure Managed Redis](how-to-import-export-data.md).

0 commit comments

Comments
 (0)