You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install/install-redis/install-redis-on-linux.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,12 @@ sudo apt-get update
33
33
sudo apt-get install redis
34
34
{{< / highlight >}}
35
35
36
+
Lastly, start the Redis server like so:
37
+
38
+
{{< highlight bash >}}
39
+
sudo service redis-server start
40
+
{{< / highlight >}}
41
+
36
42
## Install from Snapcraft
37
43
38
44
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