I am using django cache with django-redis-cache as a backend.
with:
@cache_page(60*60*24)
decorator on views.
Now the issue I am facing is every get request is being stored with a different key in redis. I have to display the same page for any get parameters. Is there any way to force cache to ignore get parameters while serving and making the key.