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

rake task to clear redis cache

parent a0bca5b7
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