mirror of
https://github.com/mastodon/mastodon.git
synced 2025-03-25 12:02:17 +01:00
1 line
92 B
Ruby
1 line
92 B
Ruby
$redis = Redis.new(host: ENV['REDIS_HOST'] || 'localhost', port: ENV['REDIS_PORT'] || 6379)
|