zhangjidong 5 일 전
부모
커밋
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' => '',
 ];