This commit is contained in:
2025-10-10 19:15:41 +08:00
parent af6403d6aa
commit c606916057
6 changed files with 1010 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php
return [
'host' => '127.0.0.1',
'port' => 6379,
'password' => '',
'select' => 0,
'timeout' => 0,
'expire' => 0,
'persistent' => false,
'prefix' => 'fa_redpacket_',
];