taskiq-python/taskiq-redis

Adding expiration to redis result backend

s3rius opened this issue · 0 comments

Sometimes people don't want to store results forever and want to have expiration for all results in some period of time.

Currently, we use hashmaps to store results. But since logs are deprecated, we can now just use bytes to store raw pickled values and set EX parameter.