Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
variable fixedWindowRemainingTokensScript
import { fixedWindowRemainingTokensScript } from "https://deno.land/x/upstash_ratelimit@v1.1.0-canary-1/src/lua-scripts/multi.ts";

type

` local key = KEYS[1] local tokens = 0 local fields = redis.call("HGETALL", key) return fields `