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

cant load default .config #58

Closed cclife520 closed 4 years ago

cclife520 commented 4 years ago

click .exe cant load redis.windows.conf or redis.windows-service.conf

tporadowski commented 4 years ago

This is by design and in Linux version there is no default config file either. When Redis for Windows is installed as a service (default when using MSI installer) - config file is added to service's "command-line argument", so there it works as you'd expect. However, you can always start "redis-server.exe" without any options and it will use any built-in defaults it has.