Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can i use this on redis server. #140

Open
DimaBDV opened this issue Feb 7, 2019 · 4 comments
Open

How can i use this on redis server. #140

DimaBDV opened this issue Feb 7, 2019 · 4 comments

Comments

@DimaBDV
Copy link

DimaBDV commented Feb 7, 2019

Hello! :)
Help me please. How can i use this on redis server. Now your talk system use pusher.js.
Do I need to change "src / helpers / talk.php" for this to work with redis. And what else is required to change / add?

@jampack
Copy link

jampack commented Feb 9, 2019

If you have a running redis server then all you need to change is .env file to point the correct configurations, thats all i believe you need to do.

@DimaBDV
Copy link
Author

DimaBDV commented Feb 9, 2019

@akkhan20
My question is how to use the Laravel Echo Server + Redis bundle. If you study the code, you can see that it is all written under Pusher. Or I don’t understand something, or i do takes more than just a change .env => BROADKAST_DRAIVER

@jampack
Copy link

jampack commented Feb 10, 2019

No so basically with echo u need to do things manually, this package will only provide the facility to store the data in db and fetch.
you need to send data to server through ajax and save it using this package and then broadcast through redis and echo will capture and broadcast it on channel

@tylik1
Copy link

tylik1 commented Mar 14, 2019

Also interested in this. If someone could please give a short guide, would be great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants