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

Redis Adapter Integration With Laravel Echo #615

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Huzaifa-Asif
Copy link

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
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.

None yet

1 participant