chore: debug heorku redis issue

This commit is contained in:
Sojan 2022-11-25 16:35:59 +03:00
parent 86ca7f4a8d
commit ddd79affec

View file

@ -1,4 +1,3 @@
Rails.application.reloader.to_prepare do
# Alfred # Alfred
# Add here as you use it for more features # Add here as you use it for more features
# Used for Round Robin, Conversation Emails & Online Presence # Used for Round Robin, Conversation Emails & Online Presence
@ -13,4 +12,3 @@ Rails.application.reloader.to_prepare do
redis = Rails.env.test? ? MockRedis.new : Redis.new(Redis::Config.app) redis = Rails.env.test? ? MockRedis.new : Redis.new(Redis::Config.app)
Redis::Namespace.new('velma', redis: redis, warning: true) Redis::Namespace.new('velma', redis: redis, warning: true)
end end
end