Skip to content

Lucata RedisGraph

Shannon edited this page Nov 11, 2021 · 2 revisions

Similar to the LucataGraphBLAS wiki, this should describe branches, repos, running instructions, etc.

Note: If you want to turn off save with a redis.conf file, modify the redis.conf file to comment out the save lines and add an empty save as follows:

#save 900 1 #save 300 10 #save 60 10000 save ""

Then you can invoke with the redis.conf file, for example:

/root/skuntz/redis/src/redis-server /root/skuntz/redis/redis.conf --loadmodule /root/skuntz/RG_bulk/src/redisgraph.so

Clone this wiki locally