mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-17 02:14:53 +08:00
Prepare for v0.3.0 release
This commit is contained in:
11
modules/base/base_redis.go
Normal file
11
modules/base/base_redis.go
Normal file
@ -0,0 +1,11 @@
|
||||
// +build redis
|
||||
|
||||
package base
|
||||
|
||||
import (
|
||||
_ "github.com/gogits/cache/redis"
|
||||
)
|
||||
|
||||
func init() {
|
||||
EnableRedis = true
|
||||
}
|
Reference in New Issue
Block a user