Skip to content

Commit

Permalink
redis
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmeszaros committed Oct 11, 2017
1 parent 6bb9d86 commit 5b7e838
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config-redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
if (!$connected) {
return "Can't connect to REDIS";
}
// Successful connection
return $redis;
} catch (Exception $e) {
return $e->getMessage();
}
Expand Down

0 comments on commit 5b7e838

Please sign in to comment.