0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-04 21:29:12 +01:00
gitea/modules/base/base_redis.go

12 lines
114 B
Go
Raw Normal View History

2014-04-21 12:54:07 +02:00
// +build redis
package base
import (
_ "github.com/gogits/cache/redis"
)
func init() {
EnableRedis = true
}