diff --git a/src/functions/poll-keepalive/index.ts b/src/functions/poll-keepalive/index.ts index a9c29c8..ea15b8c 100644 --- a/src/functions/poll-keepalive/index.ts +++ b/src/functions/poll-keepalive/index.ts @@ -29,7 +29,9 @@ export const handler: Handler = async (event) => { }; } - const res = await upstash(`./hgetall/ping`); + await upstash(`./set/ping/${Date.now()}`); + + const res = await upstash(`./get/ping`); const json = await res.json(); if (