mirror of https://github.com/redis/redis.git
* update comment
This commit is contained in:
parent
855ec46a6a
commit
c88f9fe26f
|
@ -13293,7 +13293,7 @@ int RM_LoadDefaultConfigs(RedisModuleCtx *ctx) {
|
|||
return REDISMODULE_ERR;
|
||||
}
|
||||
RedisModule *module = ctx->module;
|
||||
/* Load configs from conf file or arguments from loadex */
|
||||
/* Load default configs of the module */
|
||||
return loadModuleDefaultConfigs(module);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue