1
0
mirror of https://github.com/gogs/gogs.git synced 2025-05-31 11:42:13 +00:00
2014-04-21 06:54:07 -04:00

12 lines
114 B
Go

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