stickermule / rump

Hot sync two Redis servers using dumps.
MIT License
491 stars 94 forks source link

Doesnt show error if auth is enabled #26

Closed trondhindenes closed 5 years ago

trondhindenes commented 5 years ago

I just noticed that if dumping TO a cluster with AUTH enabled, and NOT specifying the auth password in the "connection string", rump will not show any error, leading the user to believe that a dump has been performed (when it in fact has not)

nixtrace commented 5 years ago

Hi,

We just released Rump 1.0.0 with support for Redis URIs with auth. If you still see this happening feel free to reopen.

Thanks!