Fix build failure for macos
This commit is contained in:
parent
398b8b1afa
commit
a7812069a5
@ -213,7 +213,7 @@ static void KeySpace_ServerEventCallback(RedisModuleCtx *ctx, RedisModuleEvent e
|
||||
REDISMODULE_NOT_USED(eid);
|
||||
REDISMODULE_NOT_USED(data);
|
||||
if (subevent > 3) {
|
||||
RedisModule_Log(ctx, "warning", "Got an unexpected subevent '%ld'", subevent);
|
||||
RedisModule_Log(ctx, "warning", "Got an unexpected subevent '%llu'", subevent);
|
||||
return;
|
||||
}
|
||||
static const char* events[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user