junegunn / redis-stat

(UNMAINTAINED) A real-time Redis monitoring tool
MIT License
2.02k stars 339 forks source link

Server not able to start if password contains special characters | 0.4.14 #78

Open SNP15 opened 4 years ago

SNP15 commented 4 years ago

Version: 0.4.14 Issue Description: Throwing 'ERR invalid password' if the same contains special characters. Password contained '@' and had a length of 25. It should ideally support if it is accepted by redis and being able to connect with clients.