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

Method madd

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

Source from the content-addressed store, hash-verified

120
121 @overload
122 def madd(self: SyncClientProtocol, key, *items) -> list[int]: ...
123
124 @overload
125 def madd(self: AsyncClientProtocol, key, *items) -> Awaitable[list[int]]: ...

Calls 1

execute_commandMethod · 0.45