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.78k stars 5.37k forks source link

How can i set maxheap and maxmemory while installing redis silently #505

Open hassan-edev opened 7 years ago

hassan-edev commented 7 years ago

Hi,

I am successful in installing redis sliently using "/quiet" command.

I would like to know how can i set maxmemory and maxheap while installing redis silently? Is there is any public properties available in redis installer of these so that i can set values of it?