MCPcopy Create free account
hub / github.com/BIT-DataLab/LakeBench / _get_items

Method _get_items

join/LSH/datasketch/storage.py:1021–1022  ·  view source on GitHub ↗
(r, k)

Source from the content-addressed store, hash-verified

1019
1020 @staticmethod
1021 def _get_items(r, k):
1022 return r.lrange(k, 0, -1)
1023
1024 def remove(self, *keys):
1025 self._redis.hdel(self._name, *keys)

Callers 2

getMethod · 0.95
getmanyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected