Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve logging | David Heinemeier Hansson | 2015-06-19 | 1 | -4/+4 |
* | Allow unsubscribing from all current redis channels | David Heinemeier Hansson | 2015-06-18 | 1 | -12/+9 |
* | Dont log the messages | Pratik Naik | 2015-05-12 | 1 | -1/+1 |
* | Add a tagged proxy logger to handle per connection tags | Pratik Naik | 2015-04-10 | 1 | -3/+3 |
* | Tag log entries with the request id | Pratik Naik | 2015-04-10 | 1 | -3/+3 |
* | Log received redis channel messages | Pratik Naik | 2015-04-08 | 1 | -1/+9 |
* | Log when unsubscribing from a redis channel | Pratik Naik | 2015-04-08 | 1 | -1/+4 |
* | Log when subscribing to a redis channel | Pratik Naik | 2015-04-08 | 1 | -0/+1 |
* | Separate connection and server classes | Pratik Naik | 2015-04-04 | 1 | -6/+1 |
* | Raise an exception when Server.pubsub class method is not defined | Pratik Naik | 2015-02-07 | 1 | -2/+3 |
* | Use the class pubsub method | Pratik Naik | 2015-02-07 | 1 | -1/+1 |
* | Use just one redis connection | Pratik Naik | 2015-02-07 | 1 | -5/+6 |
* | Add support for redis channels | Pratik Naik | 2015-01-19 | 1 | -0/+32 |