]> cat aescling's git repositories - mastodon.git/commit
Distrubute statuses as a fan-out-on-write system, with optional precomputing
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 8 Mar 2016 19:16:11 +0000 (20:16 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 8 Mar 2016 19:20:45 +0000 (20:20 +0100)
commit6c4c84b161947cb11ad0451a39e26b25be4c93d5
treefa2a6f4aaff71fcf76c745a57cb7732102814871
parentfe57f6330f089d023f0fa4db7f7c8a51551d2ee9
Distrubute statuses as a fan-out-on-write system, with optional precomputing
Gemfile
Gemfile.lock
app/controllers/api/statuses_controller.rb
app/controllers/home_controller.rb
app/models/feed.rb [new file with mode: 0644]
app/models/status.rb
app/services/fan_out_on_write_service.rb [new file with mode: 0644]
app/services/precompute_feed_service.rb [new file with mode: 0644]
config/initializers/redis.rb [new file with mode: 0644]