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