This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/modules/base/base_redis.go

12 lines
114 B
Go
Raw Normal View History

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