0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-03 05:55:41 +01:00
gitea/modules/base/base_redis.go
2014-04-21 06:54:07 -04:00

11 lines
114 B
Go

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