yannh/redis-dump-go

Auth issues with the latest build

samitpal opened this issue · 3 comments

I'm getting authentication error with the latest build. It was working fine with version 0.5.1.
Seems like getDBIndexes function is not using the password. Can the auth error be because of that?

yannh commented

I will look into this very soon and add tests around it :)

yannh commented

I've pushed a fix - repeats some code but should work :) I also added an acceptance test to test connections with a password. As soon as Github actions works again I'll publish a new release 👍

yannh commented

Alright code should now be nicer and avoid unnecessary duplication... and the bug is fixed, as attested by the new acceptance tests :) Tagged v0.7.0