Does Redis allow overlapped bgsave operations targeting same RDB file?
Does Redis allow overlapped bgsave operations targeting same RDB file?
For an example, a Redis client triggers second bgsave before first bgsave is completed, resulting in overlapped bgsave operations. Both bgsave operations target the same RDB file.
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
You can easily test this, and you'll find the the 2nd bgsave is ignored.
– Itamar Haber
2 days ago