Redis
Table of contents
How to set up Redis
Elqano is using Redis via Azure Cache for Redis servers as message queue for async task processing.
To configure it easily, we are providing a pre-configured template.
By default it will create a server with the following properties:
Property | Value |
---|---|
Tier | Standard |
Family | C |
Cache size | 1GB |
Non SSL port | Enabled |
Max clients count | 1000 |
Edit the template if you need specific setings.
Run the redis template
To use the template, navigate to the Custom deployment service of Azure and select Build your own template in the editor
Copy the following template in the editor and click on the Save
button.
The following form will appear:
Select, the subscription, the Resource Group and the Location
Provide the following parameters
(Copy them in a safe place, they will be useful for the next steps of the process)
Parameter | Action | Condition |
---|---|---|
Server_redis_name | Change it to something like elqanoYOURCOMPANY | No space, no special chars |
- Accept the terms and click on
Purchase
and wait for the end of the creation process.
Security settings
Once the app service is configured, please follow the steps described in the Security settings documentation to add a firewall to the redis server.