chrly/lib/services/services.go

8 lines
98 B
Go
Raw Normal View History

package services
import (
"github.com/mediocregopher/radix.v2/redis"
)
var Redis *redis.Client