Skip to content

Commit 85efeb3

Browse files
authored
OP: update Redis start instructions on macOS (#1906)
1 parent dcfb755 commit 85efeb3

File tree

1 file changed

+1
-1
lines changed
  • content/operate/oss_and_stack/install/install-stack

1 file changed

+1
-1
lines changed

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 @@ export PATH=$(brew --prefix)/bin:$PATH
5252
You can now start the Redis server as follows:
5353

5454
{{< highlight bash >}}
55-
redis-server /opt/homebrew/etc/redis.conf
55+
redis-server $(brew --prefix)/etc/redis.conf
5656
{{< /highlight >}}
5757

5858
The server will run in the background.

0 commit comments

Comments
 (0)