Redis: Fatal error, can’t open config

Sometime Redis server unable to find the config file path and mentioned error occurs.
You can try below command to start Redis server by mentioning the config file:
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.