In-memory session storage (Map). Fastest option, but data is lost when the bot restarts.
✅ Pros: very fast, no configuration required ❌ Cons: data is not persistent between restarts
Deletes a session.
Session key
Retrieves a session.
T | undefined
Saves a session.
Session value
In-memory session storage (Map). Fastest option, but data is lost when the bot restarts.
✅ Pros: very fast, no configuration required ❌ Cons: data is not persistent between restarts