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