aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/subscription_adapter/redis.rb
Commit message (Expand)AuthorAgeFilesLines
* ActionCable: don't allowlist keys passed to the Redis initializerBlake Stoddard2019-04-221-1/+3
* ActionCable: add id option to redis adapter configIlia Kasianenko2018-09-051-1/+2
* redis-rb 4.0 supportJeremy Daer2017-10-081-2/+2
* Capitalize RedisJon Moss2017-08-171-1/+1
* Use frozen string literal in actioncable/Kir Shatrov2017-07-231-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Allows for other common redis options to be in cable.yml, by defaultMarc Ignacio2017-06-221-1/+3
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-1/+1
* Add channel_prefix support to ActionCable redis/evented_redis adapters.Chad Ingram2017-01-171-0/+2
* applies new string literal convention in actioncable/libXavier Noria2016-08-061-7/+7
* 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