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|
66| --- | --- |
77AI.TENSORSET | RedisAI.<br />setTensor()<br />setTensorAsync() |
88AI.TENSORGET | RedisAI.<br />getTensor()<br />getTensorAsync() |
9+ AI.MODELSTORE | N/A |
910AI.MODELSET | RedisAI.<br />setModel()<br />setModelAsync() |
1011AI.MODELGET | RedisAI.<br />getModel()<br />getModelAsync() |
1112AI.MODELDEL | RedisAI.<br />deleteModel()<br />deleteModelAsync() |
13+ AI.MODELEXECUTE | N/A |
1214AI.MODELRUN | N/A |
1315AI._ MODELSCAN | N/A |
16+ AI.SCRIPTSTORE | N/A |
1417AI.SCRIPTSET | RedisAI.<br />setScript()<br />setScriptAsync() |
1518AI.SCRIPTGET | RedisAI.<br />getScript()<br />getScriptAsync() |
1619AI.SCRIPTDEL | RedisAI.<br />deleteScript()<br />deleteScriptAsync() |
20+ AI.SCRIPTEXECUTE | N/A |
1721AI.SCRIPTRUN | RedisAI.<br />runScript()<br />runScriptAsync() |
1822AI._ SCRIPTSCAN | N/A |
23+ AI.DAGEXECUTE | N/A |
24+ AI.DAGEXECUTE_RO | N/A |
1925AI.DAGRUN | N/A |
2026AI.DAGRUN_RO | N/A |
2127AI.INFO | RedisAI.<br />getInfo()<br />getInfoAsync()<br />resetStat()<br />resetStatAsync() |
You can’t perform that action at this time.
0 commit comments