mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove mention about Evented Redis [ci skip]
Evented Redis adapter was removed in 48766e32d3
.
This commit is contained in:
parent
802678d3dc
commit
3b66804c81
1 changed files with 2 additions and 2 deletions
|
@ -668,8 +668,8 @@ authentication. You can see one way of doing that with Devise in this [article](
|
|||
## Dependencies
|
||||
|
||||
Action Cable provides a subscription adapter interface to process its
|
||||
pubsub internals. By default, asynchronous, inline, PostgreSQL, evented
|
||||
Redis, and non-evented Redis adapters are included. The default adapter
|
||||
pubsub internals. By default, asynchronous, inline, PostgreSQL, and Redis
|
||||
adapters are included. The default adapter
|
||||
in new Rails applications is the asynchronous (`async`) adapter.
|
||||
|
||||
The Ruby side of things is built on top of [websocket-driver](https://github.com/faye/websocket-driver-ruby),
|
||||
|
|
Loading…
Reference in a new issue