1
0
Fork 0
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 is removed from Rails.
See #30945
This commit is contained in:
bogdanvlviv 2017-10-23 21:18:57 +03:00
parent 8c7aa4c7bc
commit 2739440439
No known key found for this signature in database
GPG key ID: E4ACD76A6DB6DFDD

View file

@ -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.