diff options
author | bogdanvlviv <bogdanvlviv@gmail.com> | 2017-10-23 21:18:57 +0300 |
---|---|---|
committer | bogdanvlviv <bogdanvlviv@gmail.com> | 2017-10-23 21:18:57 +0300 |
commit | 27394404390348c894ee9a527d786031ac0d5794 (patch) | |
tree | 92f622778cd1796acedc3cab10dfc4d7b26d2f30 | |
parent | 8c7aa4c7bcb4ae42db8c573ba64a5eabdf54ecd1 (diff) | |
download | rails-27394404390348c894ee9a527d786031ac0d5794.tar.gz rails-27394404390348c894ee9a527d786031ac0d5794.tar.bz2 rails-27394404390348c894ee9a527d786031ac0d5794.zip |
Remove mention about Evented Redis [ci skip]
Evented Redis is removed from Rails.
See #30945
-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. |