-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix default paths in macOS for Redis 4.0.1 #5173
Fix default paths in macOS for Redis 4.0.1 #5173
Conversation
a22a35c
to
12fb17c
Compare
@tsg can you please have a look? Thanks |
@@ -6,6 +6,7 @@ var: | |||
- /var/log/redis/redis-server.log* | |||
os.darwin: | |||
- /usr/local/var/log/redis/redis-server.log* | |||
-/user/local/var/db/redis/redis-server.log* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The whitespace here seems off? Could cause issues.
@@ -12,7 +12,7 @@ | |||
enabled: true | |||
|
|||
# The Redis hosts to connect to. | |||
#var.hosts: ["localhost:6378"] | |||
#var.hosts: ["localhost:6379"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch 👍
1446f71
to
527448b
Compare
688cb8d
to
0ea1f37
Compare
@tsg fixed, thanks |
@monicasarbu Does this need a backport? |
I added |
(cherry picked from commit 23f6efe)
(cherry picked from commit 8d5c87f)
Add another default path that works for newer versions of Redis (4.0.1), for macOS.