Skip to content

Commit 8c11eb0

Browse files
authored
Merge pull request #408 from RedisLabsModules/oshadmi_update-redismodule.h
Update redismodule.h
2 parents e7d7b8c + 88c170a commit 8c11eb0

File tree

4 files changed

+69
-29
lines changed

4 files changed

+69
-29
lines changed

src/configuration.rs

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ bitflags! {
3434

3535
/// For enum configs, this config will allow multiple entries to be combined as bit flags.
3636
const BITFLAGS = raw::REDISMODULE_CONFIG_BITFLAGS;
37+
38+
/// For configs, will avoid prefixing the config name with the module name.
39+
const UNPREFIXED = raw::REDISMODULE_CONFIG_UNPREFIXED;
3740
}
3841
}
3942

0 commit comments

Comments
 (0)