Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ jsonget
Method
jsonget
redis/commands/json/commands.py:836–836 ·
view source on GitHub ↗
(self: SyncClientProtocol, *args, **kwargs)
Source
from the content-addressed store, hash-verified
834
835
@overload
836
def
jsonget(self: SyncClientProtocol, *args, **kwargs) -> JsonType | None: ...
837
838
@overload
839
def
jsonget(
Callers
1
test_json_commands_in_pipeline
Function · 0.80
Calls
1
get
Method · 0.95
Tested by
1
test_json_commands_in_pipeline
Function · 0.64