From 70b9955401ea449abb3256a27880921b67a63f7b Mon Sep 17 00:00:00 2001 From: 168912916 859421311 <47042125+pheiduck@users.noreply.github.com> Date: Sat, 20 Mar 2021 18:35:32 +0100 Subject: [PATCH] Update 2-redis.md --- docs/installation/2-redis.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/installation/2-redis.md b/docs/installation/2-redis.md index e31f105da..4d2021066 100644 --- a/docs/installation/2-redis.md +++ b/docs/installation/2-redis.md @@ -11,14 +11,16 @@ ```no-highlight sudo apt install -y redis-server +sudo systemctl start redis-server +sudo systemctl enable redis-server ``` ### CentOS ```no-highlight sudo yum install -y redis -sudo systemctl start redis-server -sudo systemctl enable redis-server +sudo systemctl start redis +sudo systemctl enable redis ``` You may wish to modify the Redis configuration at `/etc/redis.conf` or `/etc/redis/redis.conf`, however in most cases the default configuration is sufficient.