Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jhao104/proxy_pool
/ pop
Method
pop
db/dbClient.py:104–105 ·
view source on GitHub ↗
(self, https, **kwargs)
Source
from the content-addressed store, hash-verified
102
return
self.client.exists(key, **kwargs)
103
104
def
pop(self, https, **kwargs):
105
return
self.client.pop(https, **kwargs)
106
107
def
getAll(self, https):
108
return
self.client.getAll(https)
Callers
2
testRedisClient
Function · 0.95
pop
Function · 0.45
Calls
no outgoing calls
Tested by
1
testRedisClient
Function · 0.76