diff options
author | Unknwon <u@gogs.io> | 2015-11-21 17:21:22 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-21 17:21:22 -0500 |
commit | 3623b0927eaaa343014a592b4f663f80b9a513b5 (patch) | |
tree | 8a3e70bf44effa88a4d8b459894d9091affaac9a /modules/setting/setting_redis.go | |
parent | d37da1f3929f94703d7c7f19f60288109f95756d (diff) |
remove tags redis and memcache
Diffstat (limited to 'modules/setting/setting_redis.go')
-rw-r--r-- | modules/setting/setting_redis.go | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/setting/setting_redis.go b/modules/setting/setting_redis.go deleted file mode 100644 index e12010cd..00000000 --- a/modules/setting/setting_redis.go +++ /dev/null @@ -1,16 +0,0 @@ -// +build redis - -// Copyright 2014 The Gogs Authors. All rights reserved. -// Use of this source code is governed by a MIT-style -// license that can be found in the LICENSE file. - -package setting - -import ( - _ "github.com/go-macaron/cache/redis" - _ "github.com/go-macaron/session/redis" -) - -func init() { - EnableRedis = true -} |