1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-13 00:38:12 -04:00
gitea/modules/base/base_redis.go
2014-04-22 03:41:47 -04:00

13 lines
151 B
Go

// +build redis
package base
import (
_ "github.com/gogits/cache/redis"
_ "github.com/gogits/session/redis"
)
func init() {
EnableRedis = true
}