mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-16 22:25:12 +08:00
6 lines
163 B
Ruby
Vendored
6 lines
163 B
Ruby
Vendored
# frozen_string_literal: true
|
|
|
|
if Rails.env.development? && ENV['DISCOURSE_FLUSH_REDIS']
|
|
puts "Flushing redis (development mode)"
|
|
Discourse.redis.flushall
|
|
end
|