Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ json
Method
json
redis/http/http_client.py:37–38 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
35
return
self.content.decode(enc, errors=
"replace"
)
36
37
def
json(self) -> Any:
38
return
json.loads(self.text(encoding=self._get_encoding()))
39
40
def
_get_encoding(self) -> str:
41
# Try to infer encoding from headers; default to utf-8
Callers
15
search_vss.py
File · 0.45
dt_json.py
File · 0.45
query_geo.py
File · 0.45
home_json.py
File · 0.45
query_agg.py
File · 0.45
query_em.py
File · 0.45
query_ft.py
File · 0.45
geo_index.py
File · 0.45
query_range.py
File · 0.45
query_combined.py
File · 0.45
search_quickstart.py
File · 0.45
test_acl_modules_commands
Method · 0.45
Calls
2
text
Method · 0.95
_get_encoding
Method · 0.95
Tested by
15
test_acl_modules_commands
Method · 0.36
test_acl_modules_category_commands
Method · 0.36
test_json_setbinarykey
Function · 0.36
test_json_setgetdeleteforget
Function · 0.36
test_jsonget
Function · 0.36
test_json_get_jset
Function · 0.36
test_json_set_fpha
Function · 0.36
test_json_set_fpha_with_nx_xx
Function · 0.36
test_json_set_fpha_invalid_type
Function · 0.36
test_json_set_fpha_case_insensitive
Function · 0.36
test_json_set_fpha_enum
Function · 0.36
test_json_merge
Function · 0.36