From 2679e5f0d2e4a22e1db925dcd4c5218ec144b01a Mon Sep 17 00:00:00 2001 From: Denis K Date: Fri, 15 Mar 2024 04:21:04 +0300 Subject: [PATCH] Add server start instruction --- docs/install/install-redis/install-redis-on-linux.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/install/install-redis/install-redis-on-linux.md b/docs/install/install-redis/install-redis-on-linux.md index 2e47efe945..2704f86062 100644 --- a/docs/install/install-redis/install-redis-on-linux.md +++ b/docs/install/install-redis/install-redis-on-linux.md @@ -33,6 +33,12 @@ sudo apt-get update sudo apt-get install redis {{< / highlight >}} +Lastly, start the Redis server like so: + +{{< highlight bash >}} +sudo service redis-server start +{{< / highlight >}} + ## Install from Snapcraft The [Snapcraft store](https://snapcraft.io/store) provides [Redis packages](https://snapcraft.io/redis) that can be installed on platforms that support snap.