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.82k stars 5.38k forks source link

When i use this command C:\Program Files\redis86x>redis-server -service-install redis.windows.conf #605

Open deepbreath opened 6 years ago

deepbreath commented 6 years ago

Fatal error, can't open config file 'ûservice-install'

tporadowski commented 6 years ago

Please type --service-install (double hyphen at the beginning) by hand, it looks like you might have copied that from somewhere.

deepbreath commented 6 years ago

@tporadowski i use this command to add windows redis service l don't know why have this error C:\Program Files\redis86x>redis-server --service-install redis.windows-service.conf Invalid argument during startup: unknown argument:

l use vs2017 to build 32bit redis-server.exe

deepbreath commented 6 years ago

image