Skip to content

Commit 48766e3

Browse files
committed
Removed deprected evented redis adapter
1 parent e16c765 commit 48766e3

File tree

4 files changed

+5
-151
lines changed

4 files changed

+5
-151
lines changed

actioncable/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* Removed deprecated evented redis adapter.
2+
3+
*Rafael Mendonça França*
4+
15
* Support redis-rb 4.0.
26

37
*Jeremy Daer*

actioncable/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ The WebSocket server doesn't have access to the session, but it has access to th
446446

447447
## Dependencies
448448

449-
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 in new Rails applications is the asynchronous (`async`) adapter. To create your own adapter, you can look at `ActionCable::SubscriptionAdapter::Base` for all methods that must be implemented, and any of the adapters included within Action Cable as example implementations.
449+
Action Cable provides a subscription adapter interface to process its pubsub internals. By default, asynchronous, inline, PostgreSQL, and Redis adapters are included. The default adapter in new Rails applications is the asynchronous (`async`) adapter. To create your own adapter, you can look at `ActionCable::SubscriptionAdapter::Base` for all methods that must be implemented, and any of the adapters included within Action Cable as example implementations.
450450

451451
The Ruby side of things is built on top of [websocket-driver](https://github.com/faye/websocket-driver-ruby), [nio4r](https://github.com/celluloid/nio4r), and [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby).
452452

actioncable/lib/action_cable/subscription_adapter/evented_redis.rb

-89
This file was deleted.

actioncable/test/subscription_adapter/evented_redis_test.rb

-61
This file was deleted.

0 commit comments

Comments
 (0)