diff --git a/src/module.c b/src/module.c index 2c075ef7ee..b8af2d2b14 100644 --- a/src/module.c +++ b/src/module.c @@ -439,6 +439,7 @@ typedef int (*RedisModuleConfigApplyFunc)(RedisModuleCtx *ctx, void *privdata, R struct ModuleConfig { sds name; /* Fullname of the config (as it appears in the config file) */ sds alias; /* Optional alias for the configuration. NULL if none exists */ + int unprefixedFlag; /* Indicates if the REDISMODULE_CONFIG_UNPREFIXED flag was set. * If the configuration name was prefixed,during get_fn/set_fn * callbacks, it should be reported without the prefix */