Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ initbydim
Method
initbydim
redis/commands/bf/commands.py:900–900 ·
view source on GitHub ↗
(self: SyncClientProtocol, key, width, depth)
Source
from the content-addressed store, hash-verified
898
899
@overload
900
def
initbydim(self: SyncClientProtocol, key, width, depth) -> bool: ...
901
902
@overload
903
def
initbydim(self: AsyncClientProtocol, key, width, depth) -> Awaitable[bool]: ...
Callers
11
test_acl_modules_commands
Method · 0.80
test_acl_modules_category_commands
Method · 0.80
test_create
Function · 0.80
test_bf_reserve
Function · 0.80
test_cms
Function · 0.80
test_cms_merge
Function · 0.80
test_acl_modules_commands
Method · 0.80
test_acl_modules_category_commands
Method · 0.80
test_create
Function · 0.80
test_cms
Function · 0.80
test_cms_merge
Function · 0.80
Calls
1
execute_command
Method · 0.45
Tested by
11
test_acl_modules_commands
Method · 0.64
test_acl_modules_category_commands
Method · 0.64
test_create
Function · 0.64
test_bf_reserve
Function · 0.64
test_cms
Function · 0.64
test_cms_merge
Function · 0.64
test_acl_modules_commands
Method · 0.64
test_acl_modules_category_commands
Method · 0.64
test_create
Function · 0.64
test_cms
Function · 0.64
test_cms_merge
Function · 0.64