| 
...
 | 
...
 | 
@@ -47,7 +47,7 @@ class RedisPool { | 
| 
 | 
 | 
         $this->lastTimer = time();
 | 
| 
 | 
 | 
         $this->client = new \Redis();
 | 
| 
 | 
 | 
 
 | 
| 
 | 
 | 
         $this->client->pconnect(REDIS_HOST,REDIS_PORT,1);
 | 
| 
 | 
 | 
         $this->client->pconnect(REDIS_HOST,REDIS_PORT,2);
 | 
| 
 | 
 | 
         // 密码
 | 
| 
 | 
 | 
         REDIS_PASSWORD && $this->client->auth(REDIS_PASSWORD);
 | 
| 
 | 
 | 
         // 用库4
 | 
...
 | 
...
 | 
 |