Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Redis Adapter Integration With Laravel Echo#615

Open
Huzaifa-Asif wants to merge 5 commits into
tlaverdure:masterfrom
Huzaifa-Asif:master
Open

Redis Adapter Integration With Laravel Echo#615
Huzaifa-Asif wants to merge 5 commits into
tlaverdure:masterfrom
Huzaifa-Asif:master

Conversation

@Huzaifa-Asif

Copy link
Copy Markdown

To make Laravel Echo Server Horizontally Scalable Redis Adapter is integrated with Echo Server.

The following changes are made:

  1. Npm Version Update for Socket and Ioredis.
  2. Added two new modules Redis and Redis Adapter
  3. Socket Server Creation updated as per Socket 4.x module documentation.
  4. Attaching Redis Adapter in init method

@Huzaifa-Asif

Copy link
Copy Markdown
Author

It will not effect the existing behaviour of Laravel Echo Npm Module, It will make sure that if multiple echo servers are running with same Redis Connection then the Event is emitted to other server as well if they are subscribed to that event.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant