Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/saltstack/salt
/ zrem
Method
zrem
tests/pytests/unit/cache/test_redis_cache.py:60–62 ·
view source on GitHub ↗
(self, key, *fields)
Source
from the content-addressed store, hash-verified
58
self.results.append(None)
59
60
def
zrem(self, key, *fields):
61
for
field in fields:
62
self._zrem(key, field)
63
64
def
_zrem(self, key, field):
65
keyset = self._get_type(key,
"sortedset"
, {})
Callers
2
_flush_key
Function · 0.80
_flush_bank
Function · 0.80
Calls
1
_zrem
Method · 0.95
Tested by
no test coverage detected