bench-forgejo/modules/base/base_redis.go

12 lines
114 B
Go
Raw Normal View History

2014-04-21 16:24:07 +05:30
// +build redis
package base
import (
_ "github.com/gogits/cache/redis"
)
func init() {
EnableRedis = true
}