See https://oss.redislabs.com/redisgears/ for more details.
Redis command | Sync / Async Api |
---|---|
RG.PYEXECUTE | RedisGears. pyExecute() pyExecuteAsync() |
RG.ABORTEXECUTION | RedisGears. abortExecution() abortExecutionAsync() |
RG.CONFIGGET | RedisGears. getConfig() getConfigAsync() |
RG.CONFIGSET | RedisGears. setConfig() setConfigAsync() |
RG.DROPEXECUTION | RedisGears. dropExecution() dropExecutionAsync() |
RG.DUMPEXECUTIONS | N/A |
RG.DUMPREGISTRATIONS | N/A |
RG.GETEXECUTION | N/A |
RG.GETRESULTS | N/A |
RG.GETRESULTSBLOCKING | N/A |
RG.INFOCLUSTER | RedisGears. clusterInfo() clusterInfoAsync() |
RG.PYSTATS | RedisGears. pyStats() pyStatsAsync() |
RG.PYDUMPREQS | N/A |
RG.REFRESHCLUSTER | RedisGears. refreshCluster() refreshClusterAsync() |
RG.TRIGGER | N/A |
RG.UNREGISTER | RedisGears. unRegister() unRegisterAsync() |