We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d68e9a + 740038e commit cf68a14Copy full SHA for cf68a14
redismodule.h
@@ -133,6 +133,7 @@ typedef long long ustime_t;
133
134
#define REDISMODULE_CONFIG_MEMORY (1ULL<<7) /* Indicates if this value can be set as a memory value */
135
#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 */
137
138
/* StreamID type. */
139
typedef struct RedisModuleStreamID {
0 commit comments