tlaverdure / laravel-echo-server

Socket.io server for Laravel Echo
MIT License
2.65k stars 511 forks source link

Redis6 ACL Support #590

Closed milewski closed 2 years ago

milewski commented 2 years ago

Hi is there any way to get it to connect to redis6 with ACL enable (User/pass instead of just pass)?

In laravel for example I can set the REDIS_PASS="user:pass" and it works but doesn't seem to work with this package..

milewski commented 2 years ago

Never mind it does work... I figure out that the issue was my password... it contained a user:xxx$xxx if I scape the $character user:xxx\$xxx it works