MCPcopy
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

12interface Serializer {
13 parse(s: string): SessionData | Promise<SessionData>
14 stringify(s: SessionData): string
15}
16
17interface RedisStoreOptions {

Callers 1

setMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected