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?
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
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?