diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2017-10-23 14:24:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-23 14:24:59 -0400 |
commit | 9439c454ac7bbef828c767eb1ecd2d169098ee1e (patch) | |
tree | 92f622778cd1796acedc3cab10dfc4d7b26d2f30 | |
parent | 8c7aa4c7bcb4ae42db8c573ba64a5eabdf54ecd1 (diff) | |
parent | 27394404390348c894ee9a527d786031ac0d5794 (diff) | |
download | rails-9439c454ac7bbef828c767eb1ecd2d169098ee1e.tar.gz rails-9439c454ac7bbef828c767eb1ecd2d169098ee1e.tar.bz2 rails-9439c454ac7bbef828c767eb1ecd2d169098ee1e.zip |
Merge pull request #30960 from bogdanvlviv/remove-mentions-of-removed-stuff
Remove mention about Evented Redis [ci skip]
-rw-r--r-- | guides/source/action_cable_overview.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/guides/source/action_cable_overview.md b/guides/source/action_cable_overview.md index dd16ba3932..6ac6792e26 100644 --- a/guides/source/action_cable_overview.md +++ b/guides/source/action_cable_overview.md @@ -555,8 +555,7 @@ The async adapter is intended for development/testing and should not be used in ##### Redis Adapter -Action Cable contains two Redis adapters: "normal" Redis and Evented Redis. Both -of the adapters require users to provide a URL pointing to the Redis server. +The Redis adapter requires users to provide a URL pointing to the Redis server. Additionally, a `channel_prefix` may be provided to avoid channel name collisions when using the same Redis server for multiple applications. See the [Redis PubSub documentation](https://redis.io/topics/pubsub#database-amp-scoping) for more details. |