Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIT-DataLab/LakeBench
/ get
Method
get
join/LSH/datasketch/storage.py:1010–1011 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
1008
return
status
1009
1010
def
get(self, key):
1011
return
self._get_items(self._redis, self.redis_key(key))
1012
1013
def
getmany(self, *keys):
1014
pipe = self._redis.pipeline()
Callers
nothing calls this directly
Calls
2
_get_items
Method · 0.95
redis_key
Method · 0.80
Tested by
no test coverage detected