MCPcopy
hub / github.com/dosco/graphjin / Close

Method Close

serv/mcp_cursor_cache.go:123–125  ·  view source on GitHub ↗

Close closes the Redis connection

()

Source from the content-addressed store, hash-verified

121
122// Close closes the Redis connection
123func (c *RedisCursorCache) Close() error {
124 return c.client.Close()
125}
126
127// MemoryCursorCache uses in-memory LRU as fallback
128type MemoryCursorCache struct {

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected