-
Just purchased Herd Pro and I added the Redis service as it's needed for some projects at work. The way our Symfony projects are configured, it's pretty much a hardcoded requirement to have a Redis password. I figured it'd be possible to set this password somewhere, but having tried various locations for the Is it at all possible to set a specific password for the Redis service? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey! Right now Redis loads the default configuration. In the meantime, you can however start the service manually via your terminal:
|
Beta Was this translation helpful? Give feedback.
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:
redis.conf
in/Users/shared/Herd/services/redis/7.0.0
/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