zhangjidong 4 napja
szülő
commit
cd1f7fcca6
1 módosított fájl, 1 hozzáadás és 1 törlés
  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' => '',
 ];