Use RedisModuleString for OnLoad argv.

This commit is contained in:
Yossi Gottlieb
2016-06-05 13:18:24 +03:00
parent 2bd13cf0eb
commit cc58f11ccc
3 changed files with 5 additions and 11 deletions

View File

@ -686,7 +686,7 @@ struct saveparam {
struct loadmodule {
sds path;
int argc;
sds argv[];
robj *argv[];
};
struct sharedObjectsStruct {