redis edit

This commit is contained in:
2025-10-13 14:25:51 +08:00
parent d5f1b19829
commit 32063f1159

View File

@@ -15,7 +15,7 @@
return [
'default' => [
'password' => '222222',
'host' => '127.0.0.1',
'host' => '192.168.1.42',
'port' => 6379,
'database' => 0,
// Connection pool, supports only Swoole or Swow drivers.