Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BingyanStudio/github-analyzer
/
Class
api/src/services/sessionStore.ts:9–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
const
SESSION_TTL = parseInt(process.env.SESSION_TTL ||
"604800"
);
8
9
class
SessionStore {
10
/**
11
* Save session data to Redis
12
* @param sessionId The session ID
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected