diff --git a/config/cache.php b/config/cache.php index dd492df..6fe8372 100644 --- a/config/cache.php +++ b/config/cache.php @@ -26,5 +26,10 @@ return [ 'serialize' => [], ], // 更多的缓存连接 + 'redis' => [ + 'type' => 'redis', + 'host' => '127.0.0.1', + 'password' => '123456', + ] ], ];