File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,22 @@ Redis command|Sync / Async Api|
6
6
| --- | --- |
7
7
AI.TENSORSET | RedisAI.<br />setTensor()<br />setTensorAsync() |
8
8
AI.TENSORGET | RedisAI.<br />getTensor()<br />getTensorAsync() |
9
+ AI.MODELSTORE | N/A |
9
10
AI.MODELSET | RedisAI.<br />setModel()<br />setModelAsync() |
10
11
AI.MODELGET | RedisAI.<br />getModel()<br />getModelAsync() |
11
12
AI.MODELDEL | RedisAI.<br />deleteModel()<br />deleteModelAsync() |
13
+ AI.MODELEXECUTE | N/A |
12
14
AI.MODELRUN | N/A |
13
15
AI._ MODELSCAN | N/A |
16
+ AI.SCRIPTSTORE | N/A |
14
17
AI.SCRIPTSET | RedisAI.<br />setScript()<br />setScriptAsync() |
15
18
AI.SCRIPTGET | RedisAI.<br />getScript()<br />getScriptAsync() |
16
19
AI.SCRIPTDEL | RedisAI.<br />deleteScript()<br />deleteScriptAsync() |
20
+ AI.SCRIPTEXECUTE | N/A |
17
21
AI.SCRIPTRUN | RedisAI.<br />runScript()<br />runScriptAsync() |
18
22
AI._ SCRIPTSCAN | N/A |
23
+ AI.DAGEXECUTE | N/A |
24
+ AI.DAGEXECUTE_RO | N/A |
19
25
AI.DAGRUN | N/A |
20
26
AI.DAGRUN_RO | N/A |
21
27
AI.INFO | RedisAI.<br />getInfo()<br />getInfoAsync()<br />resetStat()<br />resetStatAsync() |
You can’t perform that action at this time.
0 commit comments