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:
parent
fdf359d8eb
commit
82f5dc5230
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue