We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 ""
#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