microsoftarchive / redis

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
http://redis.io
Other
20.81k stars 5.37k forks source link

Could Not Start Redis server with config #494

Open kksarathy opened 8 years ago

kksarathy commented 8 years ago

When I tried to start redis server with config, the server is not coming up. Its struck up in the below step

C:\Redis-x64-2.8.2400>redis-server.exe redis.windows.conf

When I start without config file, the server starts. Please let me know if I am missing anything here. TIA :)