From 32063f1159f78fd72919169278340d6fa69a337c Mon Sep 17 00:00:00 2001 From: ASUS <515617283@qq.com> Date: Mon, 13 Oct 2025 14:25:51 +0800 Subject: [PATCH] redis edit --- config/redis.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/redis.php b/config/redis.php index 143ce5f..510b81c 100644 --- a/config/redis.php +++ b/config/redis.php @@ -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.