Missing dump.rdb file during memory load

Ah, we run our tests against the official Redis too and need to wipe this file so that it doesn’t persist between test runs.

Relevant test code: Code search results · GitHub.

@devfire I don’t see a quick way for us to avoid this at the moment, but you can work around this by just naming the file something else (empty.rdb for example). Hope this helps!