Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Redis will start automatically, but it won't restart at boot time. To do this, r
sudo snap set redis service.start=true
{{< /highlight >}}

You an use these additional snap-related commands to start, stop, restart, and check the status of Redis:
You can use these additional snap-related commands to start, stop, restart, and check the status of Redis:

* `sudo snap start redis`
* `sudo snap stop redis`
Expand Down
Loading