@nowarajs/elysia-ratelimit
    Preparing search index...

    Interface MemoryStoreEntry

    interface MemoryStoreEntry {
        expiresAt: number;
        value: string;
    }
    Index

    Properties

    Properties

    expiresAt: number

    Timestamp when this entry expires (in milliseconds). -1 means no expiration (like Redis behavior).

    value: string

    Current count value for the key.