(ctx context.Context, key, path string, value float64)
| 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 |
no outgoing calls