Skip to content
Snippets Groups Projects
Commit 82e43448 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Add clear cache task

parent a4bc1de7
No related branches found
No related tags found
No related merge requests found
namespace :cache do
desc "GITLAB | Clear redis cache"
task :clear => :environment do
Rails.cache.clear
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment