MCPcopy
hub / github.com/redis/go-redis / JSONSet

Method JSONSet

json.go:36–36  ·  view source on GitHub ↗
(ctx context.Context, key, path string, value interface{})

Source from the content-addressed store, hash-verified

34 JSONObjKeys(ctx context.Context, key, path string) *SliceCmd
35 JSONObjLen(ctx context.Context, key, path string) *IntPointerSliceCmd
36 JSONSet(ctx context.Context, key, path string, value interface{}) *StatusCmd
37 JSONSetMode(ctx context.Context, key, path string, value interface{}, mode string) *StatusCmd
38 JSONSetWithArgs(ctx context.Context, key, path string, value interface{}, options *JSONSetArgsOptions) *StatusCmd
39 JSONStrAppend(ctx context.Context, key, path, value string) *IntPointerSliceCmd

Callers 15

search_test.goFile · 0.65
json_test.goFile · 0.65
ExampleClient_query_aggFunction · 0.65
ExampleClient_query_ftFunction · 0.65
ExampleClient_geoindexFunction · 0.65
ExampleClient_search_qsFunction · 0.65
ExampleClient_query_geoFunction · 0.65
ExampleClient_setgetFunction · 0.65

Calls

no outgoing calls

Tested by 15

ExampleClient_query_aggFunction · 0.52
ExampleClient_query_ftFunction · 0.52
ExampleClient_geoindexFunction · 0.52
ExampleClient_search_qsFunction · 0.52
ExampleClient_query_geoFunction · 0.52
ExampleClient_setgetFunction · 0.52
ExampleClient_strFunction · 0.52
ExampleClient_numFunction · 0.52
ExampleClient_arrFunction · 0.52
ExampleClient_arr2Function · 0.52