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 454bf57 + c3b1848 commit 79679f6Copy full SHA for 79679f6
rmutil/periodic.c
@@ -1,3 +1,4 @@
1
+#define REDISMODULE_EXPERIMENTAL_API
2
#include "periodic.h"
3
#include <pthread.h>
4
#include <stdlib.h>
rmutil/util.c
@@ -6,6 +6,7 @@
6
#include <stdarg.h>
7
#include <limits.h>
8
#include <string.h>
9
10
#include <redismodule.h>
11
#include "util.h"
12
0 commit comments