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

add redis integration for cache #396

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

danielfogt
Copy link

a minimum configuration for redis integration for cache (resolves #328)

@RadoRado
Copy link
Member

Hello @danielfogt 👋

Thank you for opening this!

I'd like to give it a thought, before merging.

Caching is usually something that comes usually at a later stage for a project.

And usually, you have 2 options:

  1. Leverage the Django's cache framework / backend.
  2. Use a plain Redis client.

I've seen & done both.

That's why I want to think thru it.

One of the project that we are currently working on, will soon require cache, which will be a good point for evaluating.

Cheers!

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.

Caching / Redis integration
2 participants