Skip to content

Latest commit

 

History

History

redisgears

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Java Client for RedisGears

See https://oss.redislabs.com/redisgears/ for more details.

Redis commands mapping

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()