mirror of
https://github.com/elyby/chrly.git
synced 2025-05-31 14:11:51 +05:30
Отныне мы используем пул соединений для редиса
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package services
|
||||
|
||||
import (
|
||||
"github.com/mediocregopher/radix.v2/redis"
|
||||
"github.com/mediocregopher/radix.v2/pool"
|
||||
"github.com/gorilla/mux"
|
||||
)
|
||||
|
||||
var Redis *redis.Client
|
||||
var RedisPool *pool.Pool
|
||||
|
||||
var Router *mux.Router
|
||||
|
Reference in New Issue
Block a user