Skip to content

Commit eee534f

Browse files
committed
Some more patching via to using
1 parent 7093d3e commit eee534f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ categories:
44
- operate
55
- stack
66
- oss
7-
description: Install Redis Community Edition on Docker, Linux, macOS, and Windows (via Docker only)
7+
description: Install Redis Community Edition on Docker, Linux, macOS, and Windows (using Docker only)
88
linkTitle: Install Redis CE
99
stack: true
1010
title: Install Redis Community Edition

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ title: Install Redis Community Edition on Linux
1010
weight: 2
1111
---
1212

13-
## Install Redis Community Edition (CE) on Ubuntu or Debian Linux via APT
13+
## Install Redis Community Edition (CE) on Ubuntu or Debian Linux using APT
1414

1515
See [this page](https://redis.io/downloads/#redis-stack-downloads) for a complete list of supported Ubuntu and Debian platforms.
1616
Add the repository to the APT index, update it, and install Redis CE:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you have an existing Redis installation on your system, then you can choose t
4040
export PATH=/path/to/redis-server/bin/redis-server:$PATH
4141
{{< / highlight >}}
4242

43-
If you're running redis-server on macOS, please ensure you have openssl installed, via [homebrew](https://brew.sh/).
43+
If you're running redis-server on macOS, please ensure you have openssl installed using [homebrew](https://brew.sh/).
4444

4545
Now you can start Redis CE as follows:
4646

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ echo $PATH
5252
Then, confirm that the output contains `/opt/homebrew/bin` (Apple silicon Macs) or `/usr/local/bin` (Intel Mac). If these directories are not in the output, see the "Existing Redis installation" instructions below.
5353

5454
{{< note >}}
55-
Because Redis Stack is installed using a brew cask via the `brew tap` command, it will not be integrated with the `brew services` command.
55+
Because Redis Stack is installed using a brew cask with the `brew tap` command, it will not be integrated with the `brew services` command.
5656
{{< /note >}}
5757

5858
### Existing Redis installation

content/operate/oss_and_stack/management/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Redis distribution.
5454
* The self documented [redis.conf for Redis 2.6](https://raw.githubusercontent.com/redis/redis/2.6/redis.conf).
5555
* The self documented [redis.conf for Redis 2.4](https://raw.githubusercontent.com/redis/redis/2.4/redis.conf).
5656

57-
Passing arguments via the command line
57+
Passing arguments using the command line
5858
---
5959

6060
You can also pass Redis configuration parameters
@@ -64,7 +64,7 @@ as a replica of the instance running at 127.0.0.1 port 6379.
6464

6565
./redis-server --port 6380 --replicaof 127.0.0.1 6379
6666

67-
The format of the arguments passed via the command line is exactly the same
67+
The format of the arguments passed using the command line is exactly the same
6868
as the one used in the redis.conf file, with the exception that the keyword
6969
is prefixed with `--`.
7070

0 commit comments

Comments
 (0)