0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-07-04 18:28:41 +02: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
}