Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tj/connect-redis
/ stringify
Method
stringify
index.ts:14–14 ·
view source on GitHub ↗
(s: SessionData)
Source
from the content-addressed store, hash-verified
12
interface
Serializer {
13
parse(s: string): SessionData | Promise<SessionData>
14
stringify(s: SessionData): string
15
}
16
17
interface
RedisStoreOptions {
Callers
1
set
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected