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

Method JSONNumIncrBy

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

Source from the content-addressed store, hash-verified

31 JSONMSet(ctx context.Context, params ...interface{}) *StatusCmd
32 JSONMGet(ctx context.Context, path string, keys ...string) *JSONSliceCmd
33 JSONNumIncrBy(ctx context.Context, key, path string, value float64) *JSONCmd
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

Callers 3

json_test.goFile · 0.65
ExampleClient_numFunction · 0.65

Calls

no outgoing calls

Tested by 2

ExampleClient_numFunction · 0.52