tlaverdure / laravel-echo-server

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

Redis 6 ACL config #593

Open neoteknic opened 2 years ago

neoteknic commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Use Redis 6 with ACL user

"databaseConfig": {
    "redis": {
        "path": "/run/redis/redis.sock",
    "password": "admin:xxxx"
    }

},

Can I use ":" to separate user and password maybe another config ?

Error in laravel-echo (password is OK, it's working with laravel Unhandled error event: ReplyError: WRONGPASS invalid username-password pair or user is disabled.

Expected behavior Connection working

neoteknic commented 2 years ago

have to fallback with default user and password