Beignet API reference
    Preparing search index...

    Options for adapting an app-owned Upstash client directly.

    interface CreateUpstashRateLimitOptions {
        algorithm?: UpstashRateLimitAlgorithm;
        client: Redis;
        instrumentation?: ProviderInstrumentationTarget;
        prefix?: string;
    }
    Index

    Rate limit algorithm used for every bucket served by this port.

    "fixed-window"
    
    client: Redis

    Upstash Redis client used for rate limit counters.

    Optional provider instrumentation target.

    prefix?: string

    Prefix for keys used by this rate limiter.

    "beignet:ratelimit"