Class

MemorySessionStore

In-memory session store with TTL discard. Suitable for single-process bots.

Constructor

new MemorySessionStore(options?: { ttlMs?: number; })
options?
{ ttlMs?: number; }

Methods

.clear()

void

memorySessionStore.clear();