|
|
Caching Settings
The Redis Caching Settings are initially specified during the installation process, but they can be reconfigured within Intelligent Agent later. All Services obtain this data each time they run, 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 Intelligent Agent. 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 Intelligent Agent website's application pool will need to be recycled to cause the change to propagate and become effective.
Note: the Caching Settings window includes a "Clear Cache" button. This allows clearing the Redis cache directly from the website, without needing access to the Redis CLI or to recycle the website's IIS Application Pool. It can be used to try and clear invalid or old cache data in the event of issues being encountered that are believed to be cache-related.

![]() 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 cluster will need to be entered in this list.
If making use of Redis Sentinel, then this should instead list all of the Sentinel IPs and ports. See the Redis Sentinel article in the Administrator Guide for further information.
|