Stop clearing the database cache on rake cache:clear

This commit is contained in:
Nick Thomas 2016-10-22 12:42:19 +01:00
parent 1eb4f20ca1
commit c0eb2cbbb4
1 changed files with 1 additions and 1 deletions

View File

@ -29,5 +29,5 @@ namespace :cache do
task all: [:db, :redis]
end
task clear: 'cache:clear:all'
task clear: 'cache:clear:redis'
end