Skip to content

Commit cf68a14

Browse files
authored
Merge pull request #69 from nafraf/support-unprefixed-config
Support REDISMODULE_CONFIG_UNPREFIXED
2 parents 6d68e9a + 740038e commit cf68a14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redismodule.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ typedef long long ustime_t;
133133

134134
#define REDISMODULE_CONFIG_MEMORY (1ULL<<7) /* Indicates if this value can be set as a memory value */
135135
#define REDISMODULE_CONFIG_BITFLAGS (1ULL<<8) /* Indicates if this value can be set as a multiple enum values */
136+
#define REDISMODULE_CONFIG_UNPREFIXED (1ULL<<9) /* Provided configuration name won't be prefixed with the module name */
136137

137138
/* StreamID type. */
138139
typedef struct RedisModuleStreamID {

0 commit comments

Comments
 (0)