Skip to content

Commit 55fef48

Browse files
DeepAnchorjameswpm
authored andcommitted
Fix section "Redis backup" in 12.4.md
1 parent 9bf9d1d commit 55fef48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/12.4.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ As you can see, importing and exporting database is a fairly simple matter. If y
174174

175175
## Redis backup
176176

177-
Redis is our most used NoSQL, its backup is also divided into two kinds: hot backup and cold backup, Redis also supports master/slave mode, so our hot backup can be achieved in this way, we can refer to the corresponding configuration the official document profiles, quite simple. Here we introduce cold backup mode: Redis will actually timed inside the memory cache data saved to the database file inside, we just backed up the corresponding file can be, is to use rsync backup to a previously described non-local machine room can be achieved.
177+
Redis is one of the most popular NoSQL databases, and both hot and cold backup techniques can also be used in systems which use it. Like MySQL, Redis also supports master/slave mode, which is ideal for implementing hot backups (refer to Redis' official documentation to learn learn how to configure this; the process is very straightforward). As for cold backups, Redis routinely saves cached data in memory to the database file on-disk. We can simply use the rsync backup method described above to synchronize it with a non-local machine.
178178

179179
## Redis recovery
180180

0 commit comments

Comments
 (0)