MCPcopy Index your code
hub / github.com/redis/go-redis / JSONGet

Method JSONGet

json.go:27–27  ·  view source on GitHub ↗
(ctx context.Context, key string, paths ...string)

Source from the content-addressed store, hash-verified

25 JSONDel(ctx context.Context, key, path string) *IntCmd
26 JSONForget(ctx context.Context, key, path string) *IntCmd
27 JSONGet(ctx context.Context, key string, paths ...string) *JSONCmd
28 JSONGetWithArgs(ctx context.Context, key string, options *JSONGetArgs, paths ...string) *JSONCmd
29 JSONMerge(ctx context.Context, key, path string, value string) *StatusCmd
30 JSONMSetArgs(ctx context.Context, docs []JSONSetArgs) *StatusCmd

Callers 15

json_test.goFile · 0.65
ExampleClient_setgetFunction · 0.65
ExampleClient_strFunction · 0.65
ExampleClient_arrFunction · 0.65
ExampleClient_arr2Function · 0.65
ExampleClient_getmodelsFunction · 0.65
ExampleClient_filter2Function · 0.65
ExampleClient_filter3Function · 0.65
ExampleClient_filter4Function · 0.65

Calls

no outgoing calls

Tested by 13

ExampleClient_setgetFunction · 0.52
ExampleClient_strFunction · 0.52
ExampleClient_arrFunction · 0.52
ExampleClient_arr2Function · 0.52
ExampleClient_getmodelsFunction · 0.52
ExampleClient_filter2Function · 0.52
ExampleClient_filter3Function · 0.52
ExampleClient_filter4Function · 0.52