Skip to content

Commit 4251647

Browse files
committed
Updated taskiq-redis.
Signed-off-by: Pavel Kirilin <[email protected]>
1 parent 4f2d390 commit 4251647

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "taskiq-redis"
33
version = "0.0.1"
44
description = "Redis integration for taskiq"
55
authors = ["taskiq-team <[email protected]>"]
6-
packages = [{ include = "taskiq", from = "taskiq_redis" }]
6+
77

88
[tool.poetry.dependencies]
99
python = "^3.7"

taskiq_redis/__init__.py

+5
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
"""Package for redis integration."""
2+
from taskiq_redis.redis_backend import (
3+
RedisAsyncResultBackend,
4+
)
5+
6+
__all__ = ["RedisAsyncResultBackend"]

taskiq_redis/taskiq/result_backends/redis/__init__.py

-6
This file was deleted.

0 commit comments

Comments
 (0)