Comment on page
Redis / Azure Cache for Redis
You can find here how to set up the Redis on Azure for working with DecisionRules.
- Resource group: same as used for DecisionRules WebApp
- DNS name: any
- Location: same as used for DecisionRules WebApp
- Cache type: minimal 1 GB
- Connectivity method: any
- Non-TLS port: any
- Redis version: 6
- Maxmemory policy: allkeys-lru / allkeys-lfu
rediss://:<access_key>@<hostname>:<port>
rediss://:[email protected]:6380
- Settings -> Access keys -> Primary / Secondary
- Settings -> Properties -> Host name
- Settings -> Properties -> SSL Port
redis://:<access_key>@<hostname>:<port>
redis://:[email protected]:6379
- Settings -> Access keys -> Primary / Secondary
- Settings -> Properties -> Host name
- Settings -> Properties -> Non-SSL Port
Some types of Azure Cache for Redis tend to shut themselves down after a period of inactivity. To prevent this, we recommend setting the REDIS_PING_INTERVAL optional Environment Variable.
Last modified 21d ago