aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/subscription_adapter/redis_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* applies new string literal convention in actioncable/testXavier Noria2016-08-061-4/+4
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Switch the default redis adapter to a single-stream modelMatthew Draper2016-02-011-1/+7
| | | | | | This new adapter does get a little more intimate with the redis-rb gem's implementation than I would like, but it's the least bad of the approaches I've come up with.
* Add tests for the ActionCable adaptersMatthew Draper2016-01-241-0/+10