Ver Fonte

redisphp

panda há 4 meses atrás
pai
commit
0382476e5c
1 ficheiros alterados com 9 adições e 9 exclusões
  1. 9 9
      application/extra/redis.php

+ 9 - 9
application/extra/redis.php

@@ -1,13 +1,13 @@
 <?php
 <?php
 
 
 return [
 return [
-  'host' => '60.204.208.65',
-  'password' => 'huxiu001',
-  'port' => '6379',
-  'select' => '4',
-  'timeout' => '0',
-  'persistent' => true,
-  'prefix' => 'xiaoshan:',
-  'redis_pwd' => '',
-  'redis_selectdb' => '0',
+    'host' => '60.204.208.65',
+    'password' => 'huxiu001',
+    'port' => '6379',
+    'select' => '4',
+    'timeout' => '0',
+    'persistent' => true,
+    'prefix' => 'xiaoshan:',
+    'redis_pwd' => '',
+    'redis_selectdb' => '0',
 ];
 ];