Skip to content
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

Redis Cache Backend #2037

Merged
merged 7 commits into from Oct 24, 2018
Merged

Redis Cache Backend #2037

merged 7 commits into from Oct 24, 2018

Conversation

cadecairos
Copy link

@cadecairos cadecairos commented Oct 24, 2018

Adds an optional Redis Cache backend.

…or variabled set by the Memcached Cloud Heroku add-on
@cadecairos cadecairos temporarily deployed to foundation-mofostaging-pr-2037 October 24, 2018 16:56 Inactive
@cadecairos cadecairos temporarily deployed to foundation-mofostaging-pr-2037 October 24, 2018 17:23 Inactive
@cadecairos cadecairos temporarily deployed to foundation-mofostaging-pr-2037 October 24, 2018 17:34 Inactive
@cadecairos cadecairos requested a review from Pomax October 24, 2018 17:43
@cadecairos cadecairos temporarily deployed to foundation-mofostaging-pr-2037 October 24, 2018 17:43 Inactive
@cadecairos
Copy link
Author

ignore this, the memcached backend requires native libs that are screwing up testing. going to use a redis backend.

@cadecairos cadecairos temporarily deployed to foundation-mofostaging-pr-2037 October 24, 2018 18:05 Inactive
@cadecairos cadecairos changed the title Use the memcached caching backend if credentials are defined. looks f… Redis Cache Backend Oct 24, 2018
@cadecairos cadecairos temporarily deployed to foundation-mofostaging-pr-2037 October 24, 2018 18:08 Inactive
@cadecairos
Copy link
Author

@Pomax this is ready for review now

@@ -53,7 +53,7 @@
),
url(r'^cms/', include(wagtailadmin_urls)),
url(r'^documents/', include(wagtaildocs_urls)),
url('^sitemap\.xml$', sitemap) if settings.DEBUG else None,
url('^sitemap.xml$', sitemap) if settings.DEBUG else None,
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updating the lockfile bumped the flake version, which caught this invalid escape pattern.

Copy link
Contributor

@Pomax Pomax Oct 24, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh neat O_o

... wait why did the sitemap work before? I guess it just goes ". doesn't need escaping, \. => ,"?

@Pomax Pomax merged commit 0a133be into master Oct 24, 2018
@Pomax Pomax deleted the memcached-cache branch October 24, 2018 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants