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.