Articles tagged ratelimit.
Introducing Dynamic Rate-Limits for Upstash Ratelimit
Upstash Ratelimit now supports dynamic rate limits. You can now change rate-limits without redeploying.
TanStack AI Powered by Upstash
Learn how to use TanStack AI with Upstash for rate limiting, caching, and search in AI apps. Includes comparisons with Vercel AI SDK.
Add Rate Limiting to Your n8n Workflow with Upstash Redis
Protect your n8n workflows from API abuse and excessive requests by adding rate limiting with Upstash Redis.
AI SDK Powered by Upstash
AI SDK v5 is out, and together with this new release it already took its place at the top three among the most popular libraries. Personally, I am not an AI expert, I only use such models to realize…
Redis Use Cases in LLM Applications
Large Language Model (LLM) based applications are everywhere. Being everywhere requires ability of handling high-speed data processing, efficient session management, and real-time responsiveness to…
Upstash Ratelimit in LangChain
Rate-limit LangChain apps and agents using Upstash Ratelimit.
How to Rate Limit Your Python Applications with Upstash Redis?
Rate limiting is a crucial mechanism used by developers to control the number of requests an application can receive within a specified time frame, by setting a limit on how frequently an action can…
How Upstash is Fueling PlanTripAI's Growth
In this article, I explore the pivotal role of Upstash in the development of PlanTripAI, an AI-driven trip planning startup.
Rate limiting requests with tRPC in Sveltekit
Recently, I found myself tasked with creating an upvote feature in an app I was working on. The app is using Sveltekit along with tRPC. Each upvote is recorded in a Redis instance. After deploying…
Announcing Python Serverless Redis and Ratelimiting SDKs
As the Upstash team, our top priority is ensuring the happiness of our users. We aim to make the user experience easy and smooth, with our SDKs playing a significant role in achieving this goal. So…
Protecting my wallet by ratelimiting OpenAI requests
Coming up with ideas for a project or a company is one thing, but finding a good name for it can be challenging. More than once, I found myself with a project but without a cool name to launch it.…
Announcing the Rate Limit Analytics
We are thrilled to announce the latest addition to our @upstash/ratelimit library, the Rate Limit Analytics! As the library gains more popularity, we have been receiving valuable feedback on how we…
Protecting your mailbox with @upstash/ratelimit
In today's digital age, email has become an essential part of our daily lives. From personal communication to business marketing campaigns, email is an effective way to reach out to your audience.…
Rate limit your SvelteKit app with Upstash Redis
Rate limiting is an important security measure for publicly exposed endpoints, especially if they perform intensive operations or call an external API that bills based on usage. In this post, I’ll…
Rate Limiting Your Next.js App with Vercel Edge
In this article, I will guide you through the process of implementing rate limiting in your web application utilizing Vercel Edge Middleware and the @upstash/ratelimit library. The latter makes use…
Rate Limiting at Edge with Cloudflare Workers and Serverless Redis
In this tutorial, we will show how to rate-limit your applications using Cloudflare Workers and Upstash Redis. We will use the rate limiting SDK which keeps data in Upstash Redis. Create one or more…
Rate Limiting Next.js API Routes using Upstash Redis
In this article, we will show how to rate limit your Next.js API routes using the Upstash Rate limit SDK Create a Redis database using Upstash Console or Upstash CLI. Copy the and for the next steps.…
Serverless Rate Limiting
Maintaining your system's availability is one of the most critical tasks for any product. Unfortunately, people might abuse it by overwhelming your resources, or you want to limit the usage and…
Rate Limiting Your Serverless Applications
One of the best things about the serverless is its ability to scale even in case of huge traffic spikes. But unfortunately, scaling is not free both financially and technically. That’s why developers…