MCPcopy
hub / github.com/redis/redis-py / get_cache

Method get_cache

redis/client.py:880–881  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

878 return response
879
880 def get_cache(self) -> Optional[CacheInterface]:
881 return self.connection_pool.cache
882
883
884StrictRedis = Redis

Calls

no outgoing calls