From 5b7e838cd1a1f2848d752a8ab234e6bc05f69143 Mon Sep 17 00:00:00 2001 From: gregmeszaros Date: Wed, 11 Oct 2017 17:46:07 +0100 Subject: [PATCH] redis --- config-redis.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config-redis.php b/config-redis.php index 96f7437..25fdea0 100644 --- a/config-redis.php +++ b/config-redis.php @@ -7,6 +7,8 @@ if (!$connected) { return "Can't connect to REDIS"; } + // Successful connection + return $redis; } catch (Exception $e) { return $e->getMessage(); }