Skip to content

Commit a144607

Browse files
DeepAnchorjameswpm
authored andcommitted
Fix translation for section "Redis Recovery" in 12.4.md
1 parent 55fef48 commit a144607

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/12.4.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ Redis is one of the most popular NoSQL databases, and both hot and cold backup t
178178

179179
## Redis recovery
180180

181-
Redis Recovery divided into hot and cold backup recovery backup and recovery, hot backup and recovery purposes and methods of recovery with MySQL, as long as the modified application of the corresponding database connection.
181+
Similarly, Redis recovery can be divided into hot and cold backup recovery. The methods and objectives of recovering data from a hot backup of a Redis database are the same as those mentioned above for MySQL, as long as the Redis application is using the appropriate database connection.
182182

183-
But sometimes we need to cold backup to recover data, Redis cold backup and recovery is actually just put the saved database file copy to Redis working directory, and then start Redis on it, Redis at boot time will be automatically loaded into the database file memory, the start speed of the database to determine the size of the file.
183+
A Redis cold backup recovery simply involves copying backed-up database files into the working directory, then starting Redis on it. The database files are automatically loaded into memory at boot time; the speed with which Redis boots will depend on the size of the database files.
184184

185185
## Summary
186186

0 commit comments

Comments
 (0)