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