Redis is an open source memory data store mostly used as a database, cache or a message broker. Within a web farm running multiple Digital Assistants it can be used as:
In this guide we'll be installing Redis v3.2 on Windows Server 2016. Please note that for a production level instance we recommend using Redis on Linux. Let's begin!
To begin, we need to download the correct version of Redis from here.
Let's start the installation:
Next we'll agree to the License Agreement:
Then, we'll set the installation path:
In the following window you can set which port number Redis should be using. If your Redis server is going to be exposed to the Internet we're recommend to change the default, but for this guide we'll keep it:
Then, you can set a memory limit. If unset Redis will have no limits as to how much memory it'll have access to. If Redis runs out of memory it might slow down or even crash, therefore it is a good idea to set a limited memory size.
More information about using Redis can be found here.
For this guide we'll not set a memory limit:
In the next window, you will be able to start the installation which will last about 5 minutes and afterwards Redis setup will be complete.