Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
variable cachedFixedWindowRemainingTokenScript
import { cachedFixedWindowRemainingTokenScript } from "https://deno.land/x/upstash_ratelimit@v1.1.0-canary-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 `