Awaken Scripting User Guide

Please email helpdesk@awaken.io for omissions or errors.
×
Menu

Caching Settings

 
The Redis caching settings are initially specified during the installation process, but they can be reconfigured within Scripting later. All Services obtain this data each time they poll, to support High-Availability and prompt transfer in case of the Redis Master failing.
 
Note: take particular care when manipulating these settings, as saving an invalid configuration will effectively lock out access to the Scripting application. It is recommended that a backup is taken of the settings prior to making any modifications, which can be found in the database in tbl_AppConfig where the GroupName is Caching. In the event of needing to restore/modify the settings directly in the database, the website's application pool will need to be recycled to cause the change to propagate and become effective.
 
 
Caching Settings
 
 
1

Redis Endpoints

1. Redis Endpoints
 
The actual location of the Redis endpoints to be used are entered here. If making use of a High-Availability Redis setup, all Redis nodes used in the Redis Sentinel cluster will need to be entered in this list. See the Redis Sentinel article in the Installation, Integration & Maintenance Guide for further information.
 
2

Redis Database Number

2. Redis Database Number
 
The database number used across all listed Redis servers should be entered here.
 
3

Redis Password

3. Redis Password
 
If a password is specified for the Redis servers, it must be specified here.
 
4

Redis Encrypted Connection

4. Redis Encrypted Connection
 
If using a version of Redis that supports encrypted communications, and having performed the required configuration, then enabling this setting will cause Scripting to use a TLS 1.2-encrypted connection to communicate with Redis.