Open gfazioli opened 7 years ago
How can I set laravel-echo-server.json in order to work with redis cluster?
laravel-echo-server.json
... "database": "redis", "databaseConfig": { "redis": { "port": "6379", "host": "172.17.8.200" }, ...
No out of the box support for this yet.
@tlaverdure are you planning for that? :) could I help out?
Sure send a PR
Hi, Is there a status update for this feature?
We are also interested in this feature :)
How can I set
laravel-echo-server.json
in order to work with redis cluster?