Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/tasks
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2016-10-22 14:42:19 +0300
committerNick Thomas <nick@gitlab.com>2016-10-22 14:42:19 +0300
commitc0eb2cbbb4b14e3abb843a65d685bee400b5fffe (patch)
treea62299e45dc5bbfab8afe9030c9882e5ed565118 /lib/tasks
parent1eb4f20ca1487948fda6a6e8b80fa719d16febbd (diff)
Stop clearing the database cache on rake cache:clear
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/cache.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/cache.rake b/lib/tasks/cache.rake
index a95a3455a4a..78ae187817a 100644
--- a/lib/tasks/cache.rake
+++ b/lib/tasks/cache.rake
@@ -29,5 +29,5 @@ namespace :cache do
task all: [:db, :redis]
end
- task clear: 'cache:clear:all'
+ task clear: 'cache:clear:redis'
end