We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5ba2a commit b197614Copy full SHA for b197614
taskiq_redis/redis_backend.py
@@ -11,7 +11,7 @@
11
class RedisAsyncResultBackend(AsyncResultBackend[_ReturnType]):
12
"""Async result based on redis."""
13
14
- def __init__(self, redis_url: str, keep_results: bool = False):
+ def __init__(self, redis_url: str, keep_results: bool = True):
15
"""
16
Constructs a new result backend.
17
0 commit comments