I am pretty new to Celery and I thought I had read somewhere that the task results only stay around for a limited time. However my backend (redis) is getting pretty bloated after running a lot of tasks through it.
Is there a way to set a TTL on task results or is this something I need to manually purge (and how)?