upstash-ratelimit-js

安装量: 6.3K
排名: #2469

安装

npx skills add https://github.com/upstash/skills --skill upstash-ratelimit-js

Rate Limit TS SDK Quick Start Install the SDK and connect to Redis. Create a rate limiter and apply it to incoming operations. Example: import { Ratelimit } from "@upstash/ratelimit" ; import { Redis } from "@upstash/redis" ; const redis = new Redis ( { url : "" , token : "" } ) ; const limiter = new Ratelimit ( { redis , limiter : Ratelimit . slidingWindow ( 5 , "10s" ) } ) ; const { success } = await limiter . limit ( "user-id" ) ; if ( ! success ) { // throttled } Show more Installs 719 Repository upstash/skills GitHub Stars 15 First Seen Mar 27, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass

返回排行榜