Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ __exit__
Method
__exit__
redis/client.py:1706–1707 ·
view source on GitHub ↗
(self, exc_type, exc_value, traceback)
Source
from the content-addressed store, hash-verified
1704
return
self
1705
1706
def
__exit__(self, exc_type, exc_value, traceback):
1707
self.reset()
1708
1709
def
__del__(self):
1710
try
:
Callers
nothing calls this directly
Calls
1
reset
Method · 0.95
Tested by
no test coverage detected