mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-02 08:05:58 +08:00
add global recv opt
This commit is contained in:
@@ -125,7 +125,6 @@ func init() {
|
||||
DB.rdb = go_redis.NewClusterClient(&go_redis.ClusterOptions{
|
||||
Addrs: []string{config.Config.Redis.DBAddress},
|
||||
PoolSize: 50,
|
||||
Password: config.Config.Redis.DBPassWord,
|
||||
})
|
||||
_, err = DB.rdb.Ping(ctx).Result()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user