mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
Distrubute statuses as a fan-out-on-write system, with optional precomputing
This commit is contained in:
parent
fe57f6330f
commit
6c4c84b161
9 changed files with 119 additions and 3 deletions
1
config/initializers/redis.rb
Normal file
1
config/initializers/redis.rb
Normal file
|
|
@ -0,0 +1 @@
|
|||
$redis = Redis.new(host: ENV['REDIS_HOST'] || 'localhost', port: ENV['REDIS_PORT'] || 6379)
|
||||
Loading…
Add table
Add a link
Reference in a new issue