unified-llm-client
    Preparing search index...

    Class RedisSessionStore<TSnapshot>

    Redis-backed session store with optional TTL-based expiration.

    const store = new RedisSessionStore({
    client: redis,
    ttlSeconds: 3600,
    });

    Type Parameters

    • TSnapshot extends { messages: unknown[]; totalCostUSD: number }

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods