Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Boris-code/feapder
/ release
Method
release
feapder/utils/redis_lock.py:98–102 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
96
return
97
98
def
release(self):
99
if
self.locked:
100
self.redis_conn.delete(self.lock_key)
101
self.locked = False
102
return
103
104
def
prolong_life(self):
105
""
"
Callers
1
__exit__
Method · 0.95
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected