Skip to content

Commit 9a4415c

Browse files
Update dag.py
1 parent f17bae5 commit 9a4415c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisai/dag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def __init__(self, load, persist, keys, timeout, executor, readonly=False, postp
1717
if load is None and persist is None and keys is None:
1818
raise RuntimeError(
1919
"AI.DAGEXECUTE and AI.DAGEXECUTE_RO commands must contain"
20-
"at least one out of KEYS, LOAD, PERSIST parameters"
20+
"at least one out of LOAD, PERSIST, KEYS parameters"
2121
)
2222
if readonly:
2323
if persist:

0 commit comments

Comments
 (0)