(ctx context.Context, key, path string)
| 38 | JSONSetWithArgs(ctx context.Context, key, path string, value interface{}, options *JSONSetArgsOptions) *StatusCmd |
| 39 | JSONStrAppend(ctx context.Context, key, path, value string) *IntPointerSliceCmd |
| 40 | JSONStrLen(ctx context.Context, key, path string) *IntPointerSliceCmd |
| 41 | JSONToggle(ctx context.Context, key, path string) *IntPointerSliceCmd |
| 42 | JSONType(ctx context.Context, key, path string) *JSONSliceCmd |
| 43 | } |
no outgoing calls