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 f17bae5 commit 9a4415cCopy full SHA for 9a4415c
redisai/dag.py
@@ -17,7 +17,7 @@ def __init__(self, load, persist, keys, timeout, executor, readonly=False, postp
17
if load is None and persist is None and keys is None:
18
raise RuntimeError(
19
"AI.DAGEXECUTE and AI.DAGEXECUTE_RO commands must contain"
20
- "at least one out of KEYS, LOAD, PERSIST parameters"
+ "at least one out of LOAD, PERSIST, KEYS parameters"
21
)
22
if readonly:
23
if persist:
0 commit comments