Open GoogleCodeExporter opened 8 years ago
Hi Stephen, I don't think this is actually a problem, simply Redis checks for
correctness of the "dir" parameter asap. If you want a neutral configuration
what about not specifying at all dir in the default? Or you can specify a dir
that always exists like /var/redis/default/
Cheers,
Salvatore
Original comment by anti...@gmail.com
on 9 Mar 2011 at 9:41
Hi Salvatore, thanks for your answer.
In this project, the default conf is used by the launcher if no specific
configuration is found for this host (the "local.conf" is actually named with
the hostname), so i thought that having a fully functional "default.conf"
cannot cause problem since i override settings in the other (btw only "dir" is
overriden). I cannot imagine that redis will evaluate all directives in order,
not by the end.
But that's not a real problem for me, i will create a base.conf, without "dir"
(is there other entries that i shloud take care of ?), and inherit from it in a
default.conf and a local.conf
S. Angel / Twidi
Original comment by stephane.angel
on 9 Mar 2011 at 2:22
Original issue reported on code.google.com by
stephane.angel
on 9 Mar 2011 at 2:20