我在
Windows上运行Redis并且无法使用配置文件运行它.
我试过跑:
redis-server 'filepath'/conf/redis.conf
但我得到错误说
"redis fatal error can't open config file"
如何解决此问题并让Redis服务器读取配置文件?
最佳答案
“Fatal error, can’t open config file”
Redis服务器可能没有此配置文件的读取权限,或者配置文件不存在.
我在
Windows上运行Redis并且无法使用配置文件运行它.
我试过跑:
redis-server 'filepath'/conf/redis.conf
但我得到错误说
"redis fatal error can't open config file"
如何解决此问题并让Redis服务器读取配置文件?
最佳答案
“Fatal error, can’t open config file”
Redis服务器可能没有此配置文件的读取权限,或者配置文件不存在.