Get list of Cache Keys in Django August 8, 2023 by Tarik For RedisCache you can get all available keys with. from django.core.cache import cache cache.keys('*')