(ctx context.Context, key, path string)
| 23 | JSONClear(ctx context.Context, key, path string) *IntCmd |
| 24 | JSONDebugMemory(ctx context.Context, key, path string) *IntCmd |
| 25 | JSONDel(ctx context.Context, key, path string) *IntCmd |
| 26 | JSONForget(ctx context.Context, key, path string) *IntCmd |
| 27 | JSONGet(ctx context.Context, key string, paths ...string) *JSONCmd |
| 28 | JSONGetWithArgs(ctx context.Context, key string, options *JSONGetArgs, paths ...string) *JSONCmd |
no outgoing calls