1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Explain Redis' role in Action Cable

This commit is contained in:
David Heinemeier Hansson 2015-12-18 12:32:30 +01:00
parent fdf359d8eb
commit 82f5dc5230

View file

@ -1,3 +1,4 @@
# Action Cable uses Redis to administer connections, channels, and sending/receiving messages over the WebSocket.
production:
url: redis://localhost:6379/1