From 8e4498c9b4f577f94f70ca6f569734039c521552 Mon Sep 17 00:00:00 2001 From: Zetao Yang Date: Tue, 6 Jun 2017 10:37:01 +0800 Subject: [PATCH] =?UTF-8?q?redis=E5=A2=9E=E5=8A=A0db=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/inc_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/inc_config.php b/config/inc_config.php index b9bd660..fd13620 100644 --- a/config/inc_config.php +++ b/config/inc_config.php @@ -12,8 +12,8 @@ 'host' => '127.0.0.1', 'port' => 6379, 'pass' => '', + 'db' => 1, 'prefix' => 'phpspider', 'timeout' => 30, ); -include "inc_mimetype.php";