Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在启动 redis 时将默认的 .conf 文件传递给 redis-server 可执行文件,同时我想在运行 redis-server 可执行文件时覆盖一些配置参数而不接触 .conf 文件
您可以将配置--作为参数传递给进程,然后使用标志 arg覆盖每个属性。
--
例如
redis-server myredis.conf --requirepass "hello world"