summaryrefslogtreecommitdiffstats
path: root/modules/base/base_redis.go
blob: 327af8415b923496461c2c993bd00b9559ba8e16 (plain)
1
2
3
4
5
6
7
8
9
10
11
// +build redis

package base

import (
	_ "github.com/gogits/cache/redis"
)

func init() {
	EnableRedis = true
}