A faster Django response with Redis cache

Описание к видео A faster Django response with Redis cache

Some views require database interactions on the backend before they return a HTTP response. This database interaction might take a long time leading to slower response time from the Django app and poor user experience. Caching can be a possible solution.
In this video we'll explore using Redis as a cache with Django.

Chapters:
--------------
0:00 intro
0:12 how caching works
1:00 good caching practice
1:10 caching in Django
1:53 Redis
2:22 caching levels
2:52 implementation and code
5:35 cached vs not cached
6:28 outro

Комментарии

Информация по комментариям в разработке