Redis
Refresh webserver configuration values
The values kept in theĀ configuration database table are cached in Redis indefinitely. To make the webservers receive new changes, you must unlink the Redis key, which will cause the webservers to go back to the database to get the up-to-date version (they will then add the new cached entry to Redis).
// Contains the values of the "configuration" database table
unlink SITE:::WEBSERVER:::CONFIGURATION
// Contains the values of the "configuration_head_scripts" database table
unlink SITE:::WEBSERVER:::HEADSCRIPTSCONFIGURATION
// Contains the values of the "configuration_tooltip_templates" database table
unlink SITE:::CONFIGURATION:::TOOLTIPTEMPLATES
Refresh AWS parameter store values
Note that the Redis keys for these are not equivalent to the full path in the Parameter Store; the Deserted-Chateau/ prefix is not present here.
// See the AWS Parameter Store area for all of the credentials stored in Redis
// (obviously, the RedisCredentials parameter is not stored there)
// Captcha (i.e. Cloudflare Turnstile here) credentials
unlink PARAMETERSTORE:::PARAMETER:::Credentials/CaptchaCredentials