-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Centralized CMS caching 1 #1830
Conversation
{:nebulex, "2.5.2"}, | ||
{:nebulex_redis_adapter, "2.3.1"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are the only two new deps. Everything else is just alphabetization.
f4a6af9
to
fa35d5a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: do the new environment variables need to be added to ENVIRONMENT.md since they're required?
This PR aims to prove that a Redis connection has been made. It accepts requests to
/cms/foo/bar
(which will be made by the CMS). If it can connect to Redis, it will delete the corresponding key and log a notice. If it cannot connect to Redis, it will log a warning. It returns a 202 to the requestor regardless. Ergo, we'll know whether or not Redis is running, but incur no risk.https://app.asana.com/0/555089885850811/1206129599937934/f