mirror of
https://github.com/elyby/chrly.git
synced 2024-12-03 12:10:47 +05:30
8 lines
98 B
Go
8 lines
98 B
Go
package services
|
|
|
|
import (
|
|
"github.com/mediocregopher/radix.v2/redis"
|
|
)
|
|
|
|
var Redis *redis.Client
|