tporadowski / redis

Native port of Redis for Windows. Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs. This repository contains unofficial port of Redis to Windows.
http://redis.io
Other
8.9k stars 1.09k forks source link

Can't use redis.windows.conf run in CMD #63

Open anadawa opened 4 years ago

anadawa commented 4 years ago

image

you see , if I specify redis.windows.conf , the redis not work. but i am not do that, it is working

tporadowski commented 4 years ago

Is it the default config file from delivery package/installer? Is there anything logged in Event Log? I cannot reproduce that, so please try to provide more information, thanks!

tporadowski commented 4 years ago

Ok, I tried some "wild guesses" and it seems this is related to a config file name that does not exist. I tried redis-server.exe redis.conf.not.here and it behaves exactly as reported - plus there seem to be some crash reported in Event Log as well - will look into it.

tporadowski commented 4 years ago

Although it is reproducible with released 5.0.9 - it works fine with a fresh new build of current develop branch (it shows i.e. Invalid argument during startup: Failed to open the .conf file: asasas.conf CWD=D:\dev\GitHub\redis\msvs\x64\Release).