Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
42
def
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_path
Method · 0.80
set
Method · 0.45
json
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected