mirror of
https://github.com/elyby/chrly.git
synced 2024-12-04 04:30:13 +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
|