You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/available-components/result-backends.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@ order: 3
6
6
7
7
Result backends are used to store execution results.
8
8
This includes:
9
-
* Captured logs;
10
-
* return value;
11
-
* Execution time in seconds.
12
9
10
+
- Captured logs;
11
+
- return value;
12
+
- Execution time in seconds.
13
13
14
14
## DummyResultBackend
15
15
@@ -18,7 +18,6 @@ where you need actual results.
18
18
19
19
This broker will always return `None` for any return_value. Please be careful.
20
20
21
-
22
21
## Redis result backend
23
22
24
23
This result backend is not part of the core taskiq library. You can install it as a separate package [taskiq-redis](https://pypi.org/project/taskiq-redis/).
0 commit comments