Skip to content

Commit 6ac8e96

Browse files
authored
[2.1] Update redismodule.h (#409)
* Update redismodule.h (cherry picked from commit 0c2c70f) * Remove commented out code (cherry picked from commit ab4c242) * Add missing new line (cherry picked from commit 88c170a)
1 parent 503d94e commit 6ac8e96

File tree

4 files changed

+69
-29
lines changed

4 files changed

+69
-29
lines changed

src/configuration.rs

Lines changed: 3 additions & 0 deletions
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)