Skip to content

Latest commit

 

History

History

redisgraph

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Java Client for RedisGraph

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

Redis commands mapping

Redis command Sync / Async Api
GRAPH.CONFIG RedisGraph.
getConfig()
getConfigAsync()
setConfig()
setConfigAsync()
GRAPH.DELETE RedisGraph.
delete()
deleteAsync()
GRAPH.EXPLAIN RedisGraph.
explain()
explainAsync()
GRAPH.LIST RedisGraph.
list()
listAsync()
GRAPH.PROFILE RedisGraph.
profile()
profileAsync()
GRAPH.QUERY RedisGraph.
query()
queryAsync()
GRAPH.RO_QUERY RedisGraph.
readOnlyQuery()
readOnlyQueryAsync()
GRAPH.SLOWLOG RedisGraph.
slowLog()
slowLogAsync()