Django-Styleguide-Example icon indicating copy to clipboard operation
Django-Styleguide-Example copied to clipboard

add redis integration for cache

Open danielfogt opened this issue 1 year ago • 1 comments

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

danielfogt avatar Mar 29 '24 12:03 danielfogt

Hello @danielfogt :wave:

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!

RadoRado avatar May 27 '24 13:05 RadoRado