MCPcopy
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
176def 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

createMethod · 0.45
tsMethod · 0.45
maddMethod · 0.45

Tested by

no test coverage detected