...
|
...
|
@@ -23,7 +23,7 @@ function posix_pid(){ |
|
|
*/
|
|
|
function redis():\Lib\RedisPool|\Lib\Redis {
|
|
|
|
|
|
if(co::getCid()){
|
|
|
if(co::getCid() != 1){
|
|
|
return new \Lib\RedisPool();
|
|
|
}
|
|
|
|
...
|
...
|
@@ -40,7 +40,7 @@ function redis():\Lib\RedisPool|\Lib\Redis { |
|
|
*/
|
|
|
function db():\Lib\Db|\Lib\DbPool{
|
|
|
// 池子
|
|
|
if(co::getCid()){
|
|
|
if(co::getCid() != -1){
|
|
|
return new \Lib\DbPool();
|
|
|
}
|
|
|
// 非池子
|
...
|
...
|
|