Skip to content

How to configure Redis? #747

Answered by mpociot
lolsokje asked this question in Q&A
May 17, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hey!

Right now Redis loads the default configuration.
I thought that you could simply place a redis.conf file in the service directory, but it seems like redis-server ignores it unless it is explicitly specified.
I'll add support for this in the next version!

In the meantime, you can however start the service manually via your terminal:

  1. Place your redis.conf in /Users/shared/Herd/services/redis/7.0.0
  2. Open your terminal
  3. Run /Users/shared/Herd/services/redis/7.0.0/bin/redis-server /Users/shared/Herd/services/redis/7.0.0/redis.conf --port 6379 --daemonize no

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lolsokje
Comment options

Answer selected by lolsokje
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants