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

Method create

redis/commands/bf/commands.py:73–80  ·  view source on GitHub ↗
(
        self: SyncClientProtocol,
        key,
        errorRate,
        capacity,
        expansion=None,
        noScale=None,
    )

Source from the content-addressed store, hash-verified

71
72 @overload
73 def create(
74 self: SyncClientProtocol,
75 key,
76 errorRate,
77 capacity,
78 expansion=None,
79 noScale=None,
80 ) -> bool: ...
81
82 @overload
83 def create(

Callers 15

dt_tdigest.pyFile · 0.45
dt_time_series.pyFile · 0.45
home_prob_dts.pyFile · 0.45
test_createFunction · 0.45
test_alterFunction · 0.45
test_maddFunction · 0.45

Calls 3

append_expansionMethod · 0.80
append_no_scaleMethod · 0.80
execute_commandMethod · 0.45

Tested by 15

test_createFunction · 0.36
test_alterFunction · 0.36
test_maddFunction · 0.36
test_range_latestFunction · 0.36
test_range_emptyFunction · 0.36