swoole-framwork/app/config/redis.php
2024-05-22 15:50:08 +08:00

10 lines
143 B
PHP

<?php
return [
'default' => [
'host' => '127.0.0.1',
'port' => '6379',
'auth' => '',
'db' => 6
],
];