MCPcopy Create free account
hub / github.com/AgentOps-AI/agentops / zadd

Method zadd

app/api/agentops/common/cache.py:39–40  ·  view source on GitHub ↗
(self, key: str, mapping: dict)

Source from the content-addressed store, hash-verified

37 """
38
39 def zadd(self, key: str, mapping: dict) -> None:
40 logger.warning("[agentops.common.cache] zadd() is not implemented in development")
41
42 def zremrangebyscore(self, key: str, min: int, max: int) -> None:
43 logger.warning("[agentops.common.cache] zremrangebyscore() is not implemented in development")

Callers 3

store_eventFunction · 0.80
record_interactionFunction · 0.80
zaddFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected