Skip to content

Commit b197614

Browse files
committed
Keep results by default
1 parent 9e5ba2a commit b197614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskiq_redis/redis_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class RedisAsyncResultBackend(AsyncResultBackend[_ReturnType]):
1212
"""Async result based on redis."""
1313

14-
def __init__(self, redis_url: str, keep_results: bool = False):
14+
def __init__(self, redis_url: str, keep_results: bool = True):
1515
"""
1616
Constructs a new result backend.
1717

0 commit comments

Comments
 (0)