Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/saltstack/salt
/ _unlink
Method
_unlink
tests/pytests/unit/cache/test_redis_cache.py:47–49 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
45
self._unlink(key)
46
47
def
_unlink(self, key):
48
self.db.pop(key, None)
49
self.results.append(None)
50
51
def
zadd(self, key, items):
52
keyset = self._get_type(key,
"sortedset"
, {})
Callers
1
unlink
Method · 0.95
Calls
2
pop
Method · 0.45
append
Method · 0.45
Tested by
no test coverage detected