Redis,redis致命错误无法打开配置文件

时间:2022-01-19 00:58:15

I am running Redis on Windows and have not been able to run it using the config file.

我在Windows上运行Redis并且无法使用配置文件运行它。

I tried running:

我试过跑:

redis-server 'filepath'/conf/redis.conf

but I get the error saying

但我得到错误说

"redis fatal error can't open config file"

How can I resolve this issue and have the Redis server read the config file?

如何解决此问题并让Redis服务器读取配置文件?

1 个解决方案

#1


1  

"Fatal error, can't open config file"

“致命错误,无法打开配置文件”

Redis server might have no read privilege on this config file or config file doesn't exist.

Redis服务器可能没有此配置文件的读取权限,或者配置文件不存在。

#1


1  

"Fatal error, can't open config file"

“致命错误,无法打开配置文件”

Redis server might have no read privilege on this config file or config file doesn't exist.

Redis服务器可能没有此配置文件的读取权限,或者配置文件不存在。