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

Method cf

redis/commands/redismodules.py:64–70  ·  view source on GitHub ↗

Access the bloom namespace.

(self)

Source from the content-addressed store, hash-verified

62 return bf
63
64 def cf(self) -> CFBloom:
65 """Access the bloom namespace."""
66
67 from .bf import CFBloom
68
69 cf = CFBloom(client=self)
70 return cf
71
72 def cms(self) -> CMSBloom:
73 """Access the bloom namespace."""

Callers 14

home_prob_dts.pyFile · 0.45
dt_cuckoo.pyFile · 0.45
clientFunction · 0.45
test_createFunction · 0.45
test_bf_reserveFunction · 0.45
test_cf_add_and_insertFunction · 0.45
test_cf_exists_and_delFunction · 0.45
test_createFunction · 0.45

Calls 1

CFBloomClass · 0.85

Tested by 12

clientFunction · 0.36
test_createFunction · 0.36
test_bf_reserveFunction · 0.36
test_cf_add_and_insertFunction · 0.36
test_cf_exists_and_delFunction · 0.36
test_createFunction · 0.36
test_cf_add_and_insertFunction · 0.36
test_cf_exists_and_delFunction · 0.36