I have just installed redis server on Windows from here and ran the server in default mode with no config file specified.
How do I link the config file (using Windows) to the server and how do I specify the folder to save the dtb in?
The folder looks like this:
You can obtain a list of all the supported configuration parameters by typing CONFIG GET * in an open redis-cli prompt. All the supported parameters have the same meaning of the equivalent configuration parameter used in the redis.
You can alter the Redis configuration file directly by opening and editing it with your preferred text editor. For example, you can use nano to do so: sudo nano /etc/redis/redis. conf.
If you installed Redis using the MSI package, then Redis was already installed as a Windows service. If you would like to change its settings, you can update the redis.windows-service.conf file found in your installation folder and then restart the Redis service (Run -> services.msc -> Redis -> Restart).
For more detailed instructions, please follow the documentation provided in your installation folder with the name as Windows Service Documentation.docx
You may have installed Redis 3.2.100 from (https://github.com/microsoftarchive/redis/releases). But this gave me the errors.
To fix that, download Redis 5.0.9 from (https://github.com/tporadowski/redis/releases). Run this server, and you'll be good.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With