talk icon indicating copy to clipboard operation
talk copied to clipboard

How can i use this on redis server.

Open DimaBDV opened this issue 5 years ago • 4 comments

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?

DimaBDV avatar Feb 07 '19 16:02 DimaBDV

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.

jampack avatar Feb 09 '19 02:02 jampack

@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

DimaBDV avatar Feb 09 '19 22:02 DimaBDV

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

jampack avatar Feb 10 '19 23:02 jampack

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

tylik1 avatar Mar 14 '19 13:03 tylik1