Skip to content

Commit 45e96b2

Browse files
committed
cx
1 parent d8f3151 commit 45e96b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-cache-for-redis/cache-migration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ How you migrate from one cache to another depends on where your cache exists and
2828
| ------------ | ---------- | ------------- |
2929
| Create a new cache | Simplest to implement. | Must repopulate data to the new cache, which might not work with some applications. |
3030
| Export and import data via read-only database (RDB) file. | Compatible with any Redis cache. | Data written to the existing cache after the RDB file is generated could be lost. |
31-
| Dual-write data to two caches. | No data loss or downtime, uninterrupted cache operations, and easier testing. | Needs two caches for an extended time period. |
31+
| Dual-write data to two caches. | No data loss or downtime, no interrupted cache operations, and easier testing. | Needs two caches for an extended time period. |
3232
| Migrate data programmatically. | Full control over how data is moved. | Requires custom code. |
3333

3434
### Create a new cache

0 commit comments

Comments
 (0)