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

Method reserve

redis/commands/bf/commands.py:514–514  ·  view source on GitHub ↗
(self: SyncClientProtocol, key, k, width, depth, decay)

Source from the content-addressed store, hash-verified

512
513 @overload
514 def reserve(self: SyncClientProtocol, key, k, width, depth, decay) -> bool: ...
515
516 @overload
517 def reserve(

Callers 15

dt_topk.pyFile · 0.80
home_prob_dts.pyFile · 0.80
dt_bloom.pyFile · 0.80
dt_cuckoo.pyFile · 0.80
test_createFunction · 0.80
test_bf_reserveFunction · 0.80
test_topkFunction · 0.80
test_topk_incrbyFunction · 0.80

Calls 1

execute_commandMethod · 0.45

Tested by 13

test_createFunction · 0.64
test_bf_reserveFunction · 0.64
test_topkFunction · 0.64
test_topk_incrbyFunction · 0.64
test_createFunction · 0.64
test_topkFunction · 0.64