Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
variable cachedFixedWindowRemainingTokenScript
import { cachedFixedWindowRemainingTokenScript } from "https://deno.land/x/upstash_ratelimit@v2.0.5-canary/src/lua-scripts/single.ts";

type

` local key = KEYS[1] local tokens = 0 local value = redis.call('GET', key) if value then tokens = value end return tokens `