Skip to content

Commit 2679e5f

Browse files
authored
Add server start instruction
1 parent 7dbeb33 commit 2679e5f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/install/install-redis/install-redis-on-linux.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ sudo apt-get update
3333
sudo apt-get install redis
3434
{{< / highlight >}}
3535

36+
Lastly, start the Redis server like so:
37+
38+
{{< highlight bash >}}
39+
sudo service redis-server start
40+
{{< / highlight >}}
41+
3642
## Install from Snapcraft
3743

3844
The [Snapcraft store](https://snapcraft.io/store) provides [Redis packages](https://snapcraft.io/redis) that can be installed on platforms that support snap.

0 commit comments

Comments
 (0)