mirror of
https://github.com/go-gitea/gitea.git
synced 2025-02-11 15:36:57 +02:00
12 lines
114 B
Go
12 lines
114 B
Go
![]() |
// +build redis
|
||
|
|
||
|
package base
|
||
|
|
||
|
import (
|
||
|
_ "github.com/gogits/cache/redis"
|
||
|
)
|
||
|
|
||
|
func init() {
|
||
|
EnableRedis = true
|
||
|
}
|