Commit 2a6b4f96 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

rake task to clear redis cache

parent a0bca5b7
namespace :cache do
desc "GITLAB | Clear redis cache"
task :clear => :environment do
Rails.cache.clear
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment