From e963b93dedab7778ec9a9edd0f2c7feafdbd5851 Mon Sep 17 00:00:00 2001 From: Julien Le Coupanec Date: Mon, 28 Sep 2020 14:23:49 +0200 Subject: [PATCH] docs(redis): check redis status and restart --- databases/redis.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/databases/redis.sh b/databases/redis.sh index 9fbce26..58a1185 100644 --- a/databases/redis.sh +++ b/databases/redis.sh @@ -3,9 +3,10 @@ # ***************************************************************************** -redis-server /path/redis.conf # start redis with the related configuration file -redis-cli # opens a redis prompt - +redis-server /path/redis.conf # start redis with the related configuration file +redis-cli # opens a redis prompt +sudo systemctl restart redis.service # Restart Redis +sudo systemctl status redis # Check Redis status # ***************************************************************************** # STRINGS