February 2018
Intermediate to advanced
382 pages
11h 33m
English
You may have noticed that RedisModule_OnLoad() also takes an argument vector and the number of arguments. These are arguments for the module, which can be specified when loading the module, such as MODULE LOAD mymodule arg1 arg2 arg3. It is useful when you want your module to behave differently by passing different parameters.
Read now
Unlock full access