taskiq-python / taskiq-redis

Broker and result backend for taskiq
MIT License
40 stars 18 forks source link

Add redis result backend #1

Closed s3rius closed 2 years ago

s3rius commented 2 years ago

We need some storage to store results to. I think that storing results of a task execution as hashmap in redis is a good idea.

Since we need to have ability to fetch results without logs.