While testing RoR 5.0 beta and actionCable I had this error in console.
[ActionCable] Redis reconnect failed.e
After that install this Redis by using HomeBrew. But nothing happens. How to fix it?
OS X. Rails 5 beta.
While testing RoR 5.0 beta and actionCable I had this error in console.
[ActionCable] Redis reconnect failed.e
After that install this Redis by using HomeBrew. But nothing happens. How to fix it?
OS X. Rails 5 beta.
Try to run redis-server
in a different command line tab.
You should see something like this:
After that start your rails application again. If your redis configuration and installation are ok, it should work.