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 d29f04a commit 53c1d99Copy full SHA for 53c1d99
tests/modules/defragtest.c
@@ -39,7 +39,7 @@ static void createGlobalStrings(RedisModuleCtx *ctx, unsigned long count)
39
}
40
41
42
-static int defragGlobalStrings(RedisModuleDefragCtx *ctx)
+static void defragGlobalStrings(RedisModuleDefragCtx *ctx)
43
{
44
unsigned long cursor = 0;
45
RedisModule_DefragCursorGet(ctx, &cursor);
0 commit comments