↧
Answer by Tw Bert for Some confusion on backup whole data in redis
What does the file mod timestamp of temp-21331.rdb say? It sounds like a leftover from a crash. You can delete it. The documentation is definitely correct. When rewriting, all info is written to a temp...
View ArticleSome confusion on backup whole data in redis
Document say: Whenever Redis needs to dump the dataset to disk, this is what happens: Redis forks. We now have a child and a parent process. The child starts to write the dataset to a temporary RDB...
View Article