Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devfeel/dotweb
/ SessionGC
Method
SessionGC
session/session.go:32–32 ·
view source on GitHub ↗
get all active session length
()
Source
from the content-addressed store, hash-verified
30
SessionRemove(sessionId string) error
31
SessionCount() int
// get all active session length
32
SessionGC() int
// gc session and return out of date state num
33
}
34
35
// session config info
Callers
1
GC
Method · 0.65
Implementers
2
RedisStore
session/store_redis.go
RuntimeStore
session/store_runtime.go
Calls
no outgoing calls
Tested by
no test coverage detected