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

Method JSONDel

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

Source from the content-addressed store, hash-verified

23 JSONClear(ctx context.Context, key, path string) *IntCmd
24 JSONDebugMemory(ctx context.Context, key, path string) *IntCmd
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

Callers 2

json_test.goFile · 0.65
ExampleClient_arrFunction · 0.65

Calls

no outgoing calls

Tested by 1

ExampleClient_arrFunction · 0.52