Fix build failure for macos

This commit is contained in:
Harkrishn Patro 2025-01-08 02:07:16 +00:00 committed by Harkrishn Patro
parent 398b8b1afa
commit a7812069a5

View File

@ -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[] = {