Skip to content

Instantly share code, notes, and snippets.

@prathamesh-sonpatki
Created March 8, 2016 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prathamesh-sonpatki/b301830a6a3237847541 to your computer and use it in GitHub Desktop.
Save prathamesh-sonpatki/b301830a6a3237847541 to your computer and use it in GitHub Desktop.
# Action Cable uses Redis by default to administer connections, channels, and sending/receiving messages over the WebSocket.
production:
adapter: redis
url: redis://localhost:6379/1
development:
adapter: async
test:
adapter: async
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment