Skip to content

Commit cbae7d5

Browse files
author
hhsecond
committed
comment on blocking command failures in transaction
1 parent 168c4a5 commit cbae7d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redisai/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@ def tensorget(self, key, as_numpy=True, meta_only=False):
594594
return super().tensorget(key, as_numpy, meta_only)
595595

596596
def _execute_transaction(self, *args, **kwargs):
597+
# TODO: Blocking commands like MODELRUN, SCRIPTRUN and DAGRUN won't work
597598
res = super()._execute_transaction(*args, **kwargs)
598599
for i in range(len(res)):
599600
# tensorget will have minimum 4 values if meta_only = True

0 commit comments

Comments
 (0)