1
0
Fork 0
forked from forgejo/forgejo

Prepare for v0.3.0 release

This commit is contained in:
Unknown 2014-04-21 06:54:07 -04:00
parent 660b47373d
commit de01f81489
4 changed files with 27 additions and 3 deletions

View file

@ -0,0 +1,11 @@
// +build redis
package base
import (
_ "github.com/gogits/cache/redis"
)
func init() {
EnableRedis = true
}