Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ vdim
Method
vdim
redis/commands/vectorset/commands.py:302–302 ·
view source on GitHub ↗
(self: SyncClientProtocol, key: KeyT)
Source
from the content-addressed store, hash-verified
300
301
@overload
302
def
vdim(self: SyncClientProtocol, key: KeyT) -> int: ...
303
304
@overload
305
def
vdim(self: AsyncClientProtocol, key: KeyT) -> Awaitable[int]: ...
Callers
7
dt_vec_set.py
File · 0.80
test_add_elem_reduced_dim
Function · 0.80
test_vdim
Function · 0.80
test_vcard
Function · 0.80
test_add_elem_reduced_dim
Function · 0.80
test_vdim
Function · 0.80
test_vcard
Function · 0.80
Calls
1
execute_command
Method · 0.45
Tested by
6
test_add_elem_reduced_dim
Function · 0.64
test_vdim
Function · 0.64
test_vcard
Function · 0.64
test_add_elem_reduced_dim
Function · 0.64
test_vdim
Function · 0.64
test_vcard
Function · 0.64