正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -34,7 +34,7 @@ class RedisPool { | @@ -34,7 +34,7 @@ class RedisPool { | ||
34 | private function conn(){ | 34 | private function conn(){ |
35 | $this->client = new \Redis(); | 35 | $this->client = new \Redis(); |
36 | 36 | ||
37 | - $this->client->connect(REDIS_HOST,REDIS_PORT,1); | 37 | + $this->client->pconnect(REDIS_HOST,REDIS_PORT,5); |
38 | // 密码 | 38 | // 密码 |
39 | REDIS_PASSWORD && $this->client->auth(REDIS_PASSWORD); | 39 | REDIS_PASSWORD && $this->client->auth(REDIS_PASSWORD); |
40 | // 用库4 | 40 | // 用库4 |
-
请 注册 或 登录 后发表评论