RG.PYEXECUTE
- RG.PYEXECUTE python-script [UNBLOCKING]
- python-script: the python script to run (string)Optional args:
- UNBLOCKING: run the script in an unblocking mode, in this case an execution ID is returned. If ran in unblocking mode you can get your result with
RG.GETRESULTSBLOCKING
Run the given python script. The python script may or may not run aGears
execution.
Returns
When running in UNBLOCKING mode
an execution ID. You can get the result with
RG.GETRESULTSBLOCKING
orRG.GETRESULTS
When running in normal modeThe Execution Result
当前内容版权归 redislabs.com 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 redislabs.com .