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

Method count

redis/commands/bf/commands.py:440–440  ·  view source on GitHub ↗
(self: SyncClientProtocol, key, item)

Source from the content-addressed store, hash-verified

438
439 @overload
440 def count(self: SyncClientProtocol, key, item) -> int: ...
441
442 @overload
443 def count(self: AsyncClientProtocol, key, item) -> Awaitable[int]: ...

Callers 14

home_json.pyFile · 0.45
query_agg.pyFile · 0.45
test_cluster_linksMethod · 0.45
test_cf_exists_and_delFunction · 0.45
test_topkFunction · 0.45
test_topk_incrbyFunction · 0.45
test_cluster_linksMethod · 0.45
test_cf_exists_and_delFunction · 0.45

Calls 1

execute_commandMethod · 0.45

Tested by 11

test_cluster_linksMethod · 0.36
test_cf_exists_and_delFunction · 0.36
test_topkFunction · 0.36
test_topk_incrbyFunction · 0.36
test_cluster_linksMethod · 0.36
test_cf_exists_and_delFunction · 0.36
test_topkFunction · 0.36
test_topk_incrbyFunction · 0.36