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.





You can easily test this, and you'll find the the 2nd bgsave is ignored.
– Itamar Haber
2 days ago









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.

Comments

Popular posts from this blog

paramiko-expect timeout is happening after executing the command

Export result set on Dbeaver to CSV

Opening a url is failing in Swift