2016-07-05 03:58:09 +05:30
|
|
|
package services
|
|
|
|
|
|
|
|
import (
|
|
|
|
"github.com/mediocregopher/radix.v2/redis"
|
2016-07-07 03:13:42 +05:30
|
|
|
"github.com/gorilla/mux"
|
2016-07-05 03:58:09 +05:30
|
|
|
)
|
|
|
|
|
|
|
|
var Redis *redis.Client
|
2016-07-07 03:13:42 +05:30
|
|
|
|
|
|
|
var Router *mux.Router
|