Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIT-DataLab/LakeBench
/ __init__
Method
__init__
join/LSH/datasketch/storage.py:996–997 ·
view source on GitHub ↗
(self, config, name=None)
Source
from the content-addressed store, hash-verified
994
995
class
RedisListStorage(OrderedStorage, RedisStorage):
996
def
__init__(self, config, name=None):
997
RedisStorage.__init__(self, config, name=name)
998
999
def
keys(self):
1000
return
self._redis.hkeys(self._name)
Callers
1
empty_buffer
Method · 0.95
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected