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

Function test_jsonget

tests/test_json.py:42–44  ·  view source on GitHub ↗
(client)

Source from the content-addressed store, hash-verified

40
41@pytest.mark.redismod
42def test_jsonget(client):
43 client.json().set("foo", Path.root_path(), "bar")
44 assert client.json().get("foo") == "bar"
45
46
47@pytest.mark.redismod

Callers

nothing calls this directly

Calls 4

root_pathMethod · 0.80
setMethod · 0.45
jsonMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected