From 81fb4707fded46106a33543bc104e01ea4f5ee69 Mon Sep 17 00:00:00 2001 From: SharadKumar97 Date: Mon, 21 Sep 2020 10:29:15 -0500 Subject: [PATCH] Update 2-redis.md --- docs/installation/2-redis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/2-redis.md b/docs/installation/2-redis.md index dc39a4a5f..d44e888fc 100644 --- a/docs/installation/2-redis.md +++ b/docs/installation/2-redis.md @@ -24,7 +24,7 @@ We will be installing Redis server via remi repo, as netbox requires Redis v4.0 Confirm if Redis v4.0 or later has been installed. ``` - yum list installed | grep redis +# yum list installed | grep redis redis.x86_64 6.0.8-1.el7.remi @remi ```