Beignet API reference
    Preparing search index...

    Extended rate limit port interface that includes the Upstash Redis client. The Upstash provider adds the underlying client for advanced operations.

    interface UpstashRateLimitPort {
        client: Redis;
        hit(options: RateLimitHitOptions): Promise<RateLimitResult>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    client: Redis

    The underlying Upstash Redis client instance. Use this for advanced operations not covered by the rate limit interface.

    Methods