MCPcopy
hub / github.com/jhao104/proxy_pool / put

Method put

db/dbClient.py:92–93  ·  view source on GitHub ↗
(self, key, **kwargs)

Source from the content-addressed store, hash-verified

90 return self.client.get(https, **kwargs)
91
92 def put(self, key, **kwargs):
93 return self.client.put(key, **kwargs)
94
95 def update(self, key, value, **kwargs):
96 return self.client.update(key, value, **kwargs)

Callers 2

testRedisClientFunction · 0.95
testSsdbClientFunction · 0.95

Calls

no outgoing calls

Tested by 2

testRedisClientFunction · 0.76
testSsdbClientFunction · 0.76