Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ test_madd
Function
test_madd
tests/test_timeseries.py:176–178 ·
view source on GitHub ↗
(client)
Source
from the content-addressed store, hash-verified
174
175
@pytest.mark.redismod
176
def
test_madd(client):
177
client.ts().create(
"a"
)
178
assert [1, 2, 3] == client.ts().madd([(
"a"
, 1, 5), (
"a"
, 2, 10), (
"a"
, 3, 15)])
179
180
181
@pytest.mark.redismod
Callers
nothing calls this directly
Calls
3
create
Method · 0.45
ts
Method · 0.45
madd
Method · 0.45
Tested by
no test coverage detected