aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/subscription_adapter/redis.rb
Commit message (Expand)AuthorAgeFilesLines
* Support faye-websocket + EventMachine as an optionMatthew Draper2016-03-021-4/+5
* Use redis_connector to create redis connections for both subscriptions and br...Pratik Naik2016-02-261-2/+6
* Allow for non-standard redis connectorsDavid Heinemeier Hansson2016-02-041-1/+5
* Switch the default redis adapter to a single-stream modelMatthew Draper2016-02-011-30/+126
* Synchronize the lazy setters in ServerMatthew Draper2016-01-301-4/+13
* Revert "Revert "Eliminate the EventMachine dependency""Matthew Draper2016-01-301-0/+16
* Revert "Eliminate the EventMachine dependency"David Heinemeier Hansson2016-01-271-16/+0
* Using a hacked faye-websocket, drop EventMachineMatthew Draper2016-01-241-0/+16
* Allow subscription adapters to be shut downMatthew Draper2016-01-241-0/+5
* Normalize on no arguments for the success callbackMatthew Draper2016-01-241-1/+1
* Use the correct reference to the redis connectionBrit Gardner2016-01-221-1/+1
* Merge pull request #22950 from maclover7/adapterize-storage-actioncableMatthew Draper2016-01-201-7/+6
* Fix code review commentsJon Moss2016-01-181-24/+17
* ActionCable::StorageAdapter ==> ActionCable::SubscriptionAdapterJon Moss2016-01-181-0/+45