I am running Redis on Windows and was unable to start it using the config file.
I tried to run:
redis-server 'filepath'/conf/redis.conf
but i get the error
"redis fatal error can't open config file"
How can I solve this problem and the Redis server read the config file?
source
to share