perf: use redis/upstash for ip rate limits (#28694)

This commit is contained in:
Victor Navarro
2026-05-25 16:39:56 +02:00
committed by GitHub
parent b14e7451ab
commit fdff82e6fc
7 changed files with 83 additions and 28 deletions

8
sst-env.d.ts vendored
View File

@@ -137,6 +137,14 @@ declare module "sst" {
"type": "sst.cloudflare.SolidStart"
"url": string
}
"UpstashRedisRestToken": {
"type": "sst.sst.Secret"
"value": string
}
"UpstashRedisRestUrl": {
"type": "sst.sst.Secret"
"value": string
}
"Web": {
"type": "sst.cloudflare.Astro"
"url": string