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.
1 parent e3c557f commit 82aa900Copy full SHA for 82aa900
src/module.c
@@ -201,7 +201,7 @@ typedef struct ValkeyModuleCtx ValkeyModuleCtx;
201
#define VALKEYMODULE_CTX_CHANNELS_POS_REQUEST (1 << 8)
202
#define VALKEYMODULE_CTX_COMMAND (1 << 9) /* Context created to serve a command from call() or AOF (which calls cmd->proc directly) */
203
#define VALKEYMODULE_CTX_KEYSPACE_NOTIFICATION (1 << 10) /* Context created a keyspace notification event */
204
-#define VALKEYMODULE_CTX_SCRIPT_EXECUTION (1 << 11) /* Context created to serve a scripting engine execution */
+#define VALKEYMODULE_CTX_SCRIPT_EXECUTION (1 << 11) /* Context created to serve a scripting engine execution */
205
206
/* This represents a key opened with VM_OpenKey(). */
207
struct ValkeyModuleKey {
0 commit comments