MCPcopy
hub / github.com/redis/redis-py / cms

Method cms

redis/commands/redismodules.py:72–78  ·  view source on GitHub ↗

Access the bloom namespace.

(self)

Source from the content-addressed store, hash-verified

70 return cf
71
72 def cms(self) -> CMSBloom:
73 """Access the bloom namespace."""
74
75 from .bf import CMSBloom
76
77 cms = CMSBloom(client=self)
78 return cms
79
80 def topk(self) -> TOPKBloom:
81 """Access the bloom namespace."""

Callers 14

dt_cms.pyFile · 0.45
home_prob_dts.pyFile · 0.45
clientFunction · 0.45
test_createFunction · 0.45
test_bf_reserveFunction · 0.45
test_cmsFunction · 0.45
test_cms_mergeFunction · 0.45
test_createFunction · 0.45

Calls 1

CMSBloomClass · 0.85

Tested by 12

clientFunction · 0.36
test_createFunction · 0.36
test_bf_reserveFunction · 0.36
test_cmsFunction · 0.36
test_cms_mergeFunction · 0.36
test_createFunction · 0.36
test_cmsFunction · 0.36
test_cms_mergeFunction · 0.36