From 8398348986c305970e783ddf0a9f5b0b4e7c3754 Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Wed, 30 Jul 2025 14:20:41 -0700 Subject: [PATCH] OP: update Redis start instructions on macOS --- content/operate/oss_and_stack/install/install-stack/homebrew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/operate/oss_and_stack/install/install-stack/homebrew.md b/content/operate/oss_and_stack/install/install-stack/homebrew.md index a3af9cab48..f02a57ef78 100644 --- a/content/operate/oss_and_stack/install/install-stack/homebrew.md +++ b/content/operate/oss_and_stack/install/install-stack/homebrew.md @@ -52,7 +52,7 @@ export PATH=$(brew --prefix)/bin:$PATH You can now start the Redis server as follows: {{< highlight bash >}} -redis-server /opt/homebrew/etc/redis.conf +redis-server $(brew --prefix)/etc/redis.conf {{< /highlight >}} The server will run in the background.