DEV Community

Discussion on: Django Caching 101: Understanding the Basics and Beyond

Collapse
 
seojeek profile image
Alex Vallejo

So if you're caching a SQL query for instance, which returns a list of tuples, would you require Redis since it's the only cache mechanism that can save "complex" data types? Or can memcached or the Django DB also store those?