yannh / redis-dump-go

Backup & Restore your Redis server - FAST
MIT License
280 stars 58 forks source link

Repair passwords with special characters #28

Closed iSwiftLiu closed 3 years ago

iSwiftLiu commented 3 years ago

Fix that the redis password contains special characters that cause the program to be unusable. Example: 123!@#123

yannh commented 3 years ago

I just saw your discussion here https://githubmemory.com/repo/mediocregopher/radix/issues/301 since I was also wondering if that was an upstream issue :see_no_evil: Thanks for the patch!