docs/available-components/result-backends.md
Result backends are used to store execution results. This includes:
This result backend doesn't do anything. It doesn't store results and cannot be used in cases, where you need actual results.
This broker will always return None for any return_value. Please be careful.
This result backends is not part of the core Taskiq library. But they are maintained by Taskiq developers. You can install them as a separate package.
Project link: taskiq-redis.
pip install taskiq-redis
Project link: taskiq-nats.
pip install taskiq-nats
These result backends are not part of the core Taskiq library. They are maintained by other open‑source contributors. You can install them as a separate packages.
Project link: taskiq-postgresql.
pip install taskiq-postgresql
Project link: taskiq-aio-sqs.
pip install taskiq-aio-sqs
Project link: taskiq-ydb.
pip install taskiq-ydb