MCPcopy Create free account
hub / github.com/psf/cachecontrol / close

Method close

cachecontrol/caches/redis_cache.py:46–48  ·  view source on GitHub ↗

Redis uses connection pooling, no need to close the connection.

(self)

Source from the content-addressed store, hash-verified

44 self.conn.delete(key)
45
46 def close(self) -> None:
47 """Redis uses connection pooling, no need to close the connection."""
48 pass

Callers 1

_writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected