1

I'd like to add cache to my Django app hosting on Cloud Run.

From Django official docs, we can connect Django to a memory-based cache. Since I'm using Cloud Run, the memory get cleaned.

Memotystore seems good for this purpose, but there's only tutorial for flask and redis.

How could I achieve this?

Or should I just use a database caching?

CSSer
  • 2,131
  • 2
  • 18
  • 37

1 Answers1

0

Alternatives to using this include:

Harsh Manvar
  • 27,020
  • 6
  • 48
  • 102
Priyashree Bhadra
  • 3,182
  • 6
  • 23