Except if no config file is specified Redis defaults to binding to 127.0.0.1 instead of localhost? The docs even advertise:
> This is perfectly fine if you are starting Redis just to play a bit with it or for development, but for production environments you should use a configuration file.
Not to mention you can over-write arbitrary files by setting the dbfilename and config directory (Not sure why this is an interactive option to start with?).
> This is perfectly fine if you are starting Redis just to play a bit with it or for development, but for production environments you should use a configuration file.
Not to mention you can over-write arbitrary files by setting the dbfilename and config directory (Not sure why this is an interactive option to start with?).