Reputation: 25
I tried the ways like adding
loadmodule /home/s/webapi/redis-module-graph/src/redisgraph.so
in redis.conf and
~/$ redis-server --loadmodule /home/s/webapi/redis-module-graph/src/redisgraph.so
on redisgraph.io.
But I get an error:
*** FATAL CONFIG FILE ERROR *** Bad directive or wrong number of arguments
Upvotes: 1
Views: 641
Reputation: 50122
You'll be needing Redis v4 or above to use modules.
The reported error message is indicative of a lower version.
Upvotes: 1