Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed deprected evented redis adapter
  • Loading branch information
rafaelfranca committed Oct 23, 2017
1 parent e16c765 commit 48766e3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 151 deletions.
4 changes: 4 additions & 0 deletions actioncable/CHANGELOG.md
@@ -1,3 +1,7 @@
* Removed deprecated evented redis adapter.

*Rafael Mendonça França*

* Support redis-rb 4.0.

*Jeremy Daer*
Expand Down
2 changes: 1 addition & 1 deletion actioncable/README.md
Expand Up @@ -446,7 +446,7 @@ The WebSocket server doesn't have access to the session, but it has access to th

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

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

Expand Down
89 changes: 0 additions & 89 deletions actioncable/lib/action_cable/subscription_adapter/evented_redis.rb

This file was deleted.

61 changes: 0 additions & 61 deletions actioncable/test/subscription_adapter/evented_redis_test.rb

This file was deleted.

0 comments on commit 48766e3

Please sign in to comment.