Open neoteknic opened 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
have to fallback with default user and password
Describe the bug A clear and concise description of what the bug is.
To Reproduce Use Redis 6 with ACL user
},
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