tlaverdure / laravel-echo-server

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

Redis Cluster #138

Open gfazioli opened 7 years ago

gfazioli commented 7 years ago

How can I set laravel-echo-server.json in order to work with redis cluster?

...
    "database": "redis",
    "databaseConfig": {
        "redis": {
            "port": "6379",
            "host": "172.17.8.200"
        },
...
tlaverdure commented 7 years ago

No out of the box support for this yet.

gfazioli commented 7 years ago

@tlaverdure are you planning for that? :) could I help out?

tlaverdure commented 7 years ago

Sure send a PR

T0miii commented 6 years ago

Hi, Is there a status update for this feature?

dyllan-p commented 4 years ago

We are also interested in this feature :)