作者 邓超

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