April 17, 2025
General Technology Web Hosting

Redis: Fatal error, can’t open config

  • January 19, 2023
  • 1 min read
  • 108 Views
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.

Leave a Reply

Your email address will not be published. Required fields are marked *