aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/channel/redis.rb
Commit message (Expand)AuthorAgeFilesLines
* More logging improvementsDavid Heinemeier Hansson2015-06-201-3/+3
* Rename broadcast to transmit for the connection/channel->subscriber communica...David Heinemeier Hansson2015-06-201-2/+1
* Improve loggingDavid Heinemeier Hansson2015-06-191-4/+4
* Allow unsubscribing from all current redis channelsDavid Heinemeier Hansson2015-06-181-12/+9
* Dont log the messagesPratik Naik2015-05-121-1/+1
* Add a tagged proxy logger to handle per connection tagsPratik Naik2015-04-101-3/+3
* Tag log entries with the request idPratik Naik2015-04-101-3/+3
* Log received redis channel messagesPratik Naik2015-04-081-1/+9
* Log when unsubscribing from a redis channelPratik Naik2015-04-081-1/+4
* Log when subscribing to a redis channelPratik Naik2015-04-081-0/+1
* Separate connection and server classesPratik Naik2015-04-041-6/+1
* Raise an exception when Server.pubsub class method is not definedPratik Naik2015-02-071-2/+3
* Use the class pubsub methodPratik Naik2015-02-071-1/+1
* Use just one redis connectionPratik Naik2015-02-071-5/+6
* Add support for redis channelsPratik Naik2015-01-191-0/+32