From bf3adb8757e11933d69c9cc32dc75d9e94218260 Mon Sep 17 00:00:00 2001 From: dragonfly201270 Date: Thu, 16 Feb 2017 14:24:07 +0530 Subject: [PATCH 1/4] Update config.sample.inc.php --- includes/config.sample.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/config.sample.inc.php b/includes/config.sample.inc.php index 321c8d6..5edddf3 100644 --- a/includes/config.sample.inc.php +++ b/includes/config.sample.inc.php @@ -5,7 +5,7 @@ 'servers' => array( array( 'name' => 'local server', // Optional name. - 'host' => '127.0.0.1', + 'host' => '172.30.112.20', 'port' => 6379, 'filter' => '*', 'scheme' => 'tcp', // Optional. Connection scheme. 'tcp' - for TCP connection, 'unix' - for connection by unix domain socket From 3db96643910485cc30c208cde6483eb5b1049206 Mon Sep 17 00:00:00 2001 From: dragonfly201270 Date: Tue, 7 Mar 2017 12:51:23 +0530 Subject: [PATCH 2/4] Update config.sample.inc.php --- includes/config.sample.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/config.sample.inc.php b/includes/config.sample.inc.php index 5edddf3..5a141f5 100644 --- a/includes/config.sample.inc.php +++ b/includes/config.sample.inc.php @@ -5,7 +5,7 @@ 'servers' => array( array( 'name' => 'local server', // Optional name. - 'host' => '172.30.112.20', + 'host' => '172.30.102.137', 'port' => 6379, 'filter' => '*', 'scheme' => 'tcp', // Optional. Connection scheme. 'tcp' - for TCP connection, 'unix' - for connection by unix domain socket From 86687c8f2bc6249fabc47e3b2cee4697e94e0152 Mon Sep 17 00:00:00 2001 From: dragonfly201270 Date: Tue, 7 Mar 2017 13:03:32 +0530 Subject: [PATCH 3/4] Update config.sample.inc.php --- includes/config.sample.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/config.sample.inc.php b/includes/config.sample.inc.php index 5a141f5..b815fe2 100644 --- a/includes/config.sample.inc.php +++ b/includes/config.sample.inc.php @@ -5,7 +5,7 @@ 'servers' => array( array( 'name' => 'local server', // Optional name. - 'host' => '172.30.102.137', + 'host' => '172.31.8.210', 'port' => 6379, 'filter' => '*', 'scheme' => 'tcp', // Optional. Connection scheme. 'tcp' - for TCP connection, 'unix' - for connection by unix domain socket From d8513fa8e3d592c6806e37dc040dad8792d89241 Mon Sep 17 00:00:00 2001 From: dragonfly201270 Date: Tue, 7 Mar 2017 13:54:05 +0530 Subject: [PATCH 4/4] Update config.sample.inc.php --- includes/config.sample.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/config.sample.inc.php b/includes/config.sample.inc.php index b815fe2..5a141f5 100644 --- a/includes/config.sample.inc.php +++ b/includes/config.sample.inc.php @@ -5,7 +5,7 @@ 'servers' => array( array( 'name' => 'local server', // Optional name. - 'host' => '172.31.8.210', + 'host' => '172.30.102.137', 'port' => 6379, 'filter' => '*', 'scheme' => 'tcp', // Optional. Connection scheme. 'tcp' - for TCP connection, 'unix' - for connection by unix domain socket