zhangjidong 4 天之前
父節點
當前提交
cd1f7fcca6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/redis.php

+ 1 - 1
config/redis.php

@@ -8,6 +8,6 @@ return [
     'class' => 'yii\redis\Connection',
     'hostname' => '127.0.0.1',
     'port' => 6379,
-    'database' => 1,
+    'database' => 16,
     'password' => '',
 ];