swoole-framwork/app/config/redis.php

10 lines
143 B
PHP
Raw Permalink Normal View History

2024-05-22 15:50:08 +08:00
<?php
return [
'default' => [
'host' => '127.0.0.1',
'port' => '6379',
'auth' => '',
'db' => 6
],
];