You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We tried to use the redis-server package to start a local redis instance configured by a .conf file.
We can successfully start an instance if we don't specify any logfile in the .conf file. But when it's specified redis is started and creates a logfile as expected but the open-promise is never resolved.
We attached the .conf-file which is causing the issue and hope that you can clarify the issue for us.
Specifying a log file makes Redis write messages to that file; redis-server expects those messages to come from stdout.
If there's a way to get these things to work together, I'd like to explore that solution. If there isn't, I suppose we'll need to parse the configuration file for a logfile statement and then tail the given file instead of stdout.
Hi.
We tried to use the redis-server package to start a local redis instance configured by a .conf file.
We can successfully start an instance if we don't specify any logfile in the .conf file. But when it's specified redis is started and creates a logfile as expected but the open-promise is never resolved.
We attached the .conf-file which is causing the issue and hope that you can clarify the issue for us.
Best regards
Sebastian and Martin
redis.conf.txt
The text was updated successfully, but these errors were encountered: