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

Method __init__

join/LSH/datasketch/storage.py:1077–1078  ·  view source on GitHub ↗
(self, config, name=None)

Source from the content-addressed store, hash-verified

1075
1076 class RedisSetStorage(UnorderedStorage, RedisListStorage):
1077 def __init__(self, config, name=None):
1078 RedisListStorage.__init__(self, config, name=name)
1079
1080 @staticmethod
1081 def _get_items(r, k):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected