# Django + Redis (Django-Redis) ## Description ## Plan 1. Brief explanation of why Redis can be important (in this case with Django REST API) 2. Library to use 3. Walkthrough of all steps until its installed and well configured in a Django Project 4. Explain one practical usage of Redis in a view 5. Show fetch time values with and without Redis
Django + Redis (Django-Redis)
Description
Plan