aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_cable_overview.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-10-26 14:36:54 +0900
committerGitHub <noreply@github.com>2017-10-26 14:36:54 +0900
commit8cd143900978902ed9bbba10b34099a3140de5c6 (patch)
tree6a8d9a1ea14d5ea65ba0c155e823b14cfd940758 /guides/source/action_cable_overview.md
parenta3536b473c00ab872307fcbaae2b363b6919d6ba (diff)
parent3b66804c81c0698e96ceebd7dd02fa0dc4c54e26 (diff)
downloadrails-8cd143900978902ed9bbba10b34099a3140de5c6.tar.gz
rails-8cd143900978902ed9bbba10b34099a3140de5c6.tar.bz2
rails-8cd143900978902ed9bbba10b34099a3140de5c6.zip
Merge pull request #30991 from y-yagi/remove_mention_about_evented_redis
Remove mention about Evented Redis [ci skip]
Diffstat (limited to 'guides/source/action_cable_overview.md')
-rw-r--r--guides/source/action_cable_overview.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/action_cable_overview.md b/guides/source/action_cable_overview.md
index 6ac6792e26..57403a4bf9 100644
--- a/guides/source/action_cable_overview.md
+++ b/guides/source/action_cable_overview.md
@@ -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),