Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
variable cachedFixedWindowRemainingTokenScript
import { cachedFixedWindowRemainingTokenScript } from "https://deno.land/x/upstash_ratelimit@v2.0.3/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 `