swoole-framwork/app/config/redispool.php

8 lines
119 B
PHP
Raw Normal View History

2024-05-22 15:50:08 +08:00
<?php
return [
"default" => [
"min" => 20,
"max" => 30,
"idleTime" => 40
]
];