Redis, redis fatal error can't open config file Redis, redis fatal error can't open config file windows windows

Redis, redis fatal error can't open config file


For windows:

redis-server "CONFIG_FILE_PATH"

Please make sure that config and log file have file read and write permission.You can also specify the config path for Linux in the same way.


"Fatal error, can't open config file"

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


This is an example of how I solved mine

redis-server C:/Users/<name>/Downloads/redis/64bit/redis.conf & --daemonize yes