Skip to content

Commit f6ee918

Browse files
committed
A couple of updates
1 parent 34216c5 commit f6ee918

File tree

1 file changed

+2
-3
lines changed
  • content/operate/oss_and_stack/install/install-stack

1 file changed

+2
-3
lines changed

content/operate/oss_and_stack/install/install-stack/apt.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ description: How to install Redis Open Source using APT
88
linkTitle: APT
99
title: Install Redis Open Source on Linux
1010
weight: 2
11-
bannerText: These installation instructions are not yet complete for Redis 8 in Redis Open Source (Redis 8). For installation instructions prior to Redis 8, see [these pages]({{< relref "/operate/oss_and_stack/install/archive" >}}).
1211
---
1312

1413
## Install Redis Open Source on Ubuntu or Debian Linux using APT
@@ -52,8 +51,8 @@ To install an earlier version, say 7.4.2, run the following command:
5251
sudo apt-get install redis=6:7.4.2-1rl1~jammy1
5352
{{< /highlight >}}
5453

55-
Redis should start automatically after the initial installation, but it won't start automatically at boot time.
56-
To start Redis (if not already started) and enable it to start at boot time, run the following commands.
54+
Redis should start automatically after the initial installation and also at boot time.
55+
Should that not be the case on your system, run the following commands:
5756

5857
{{< highlight bash >}}
5958
sudo systemctl enable redis-server

0 commit comments

Comments
 (0)