{"record":{"id":"40b484d33bd72ebe","repo":"redis/go-redis","slug":"not-implemented-40b484","errorCode":null,"errorMessage":"not implemented","messagePattern":"not implemented","errorType":"panic","errorClass":null,"httpStatus":null,"severity":"error","filePath":"json.go","lineNumber":469,"sourceCode":"\t}\n\tcmd := NewIntSliceCmd(ctx, args...)\n\t_ = c(ctx, cmd)\n\treturn cmd\n}\n\n// JSONClear clears container values (arrays/objects) and sets numeric values to 0.\n// For more information, see https://redis.io/commands/json.clear\nfunc (c cmdable) JSONClear(ctx context.Context, key, path string) *IntCmd {\n\targs := []interface{}{\"JSON.CLEAR\", key, path}\n\tcmd := NewIntCmd(ctx, args...)\n\t_ = c(ctx, cmd)\n\treturn cmd\n}\n\n// JSONDebugMemory reports a value's memory usage in bytes (unimplemented)\n// For more information, see https://redis.io/commands/json.debug-memory\nfunc (c cmdable) JSONDebugMemory(ctx context.Context, key, path string) *IntCmd {\n\tpanic(\"not implemented\")\n}\n\n// JSONDel deletes a value.\n// For more information, see https://redis.io/commands/json.del\nfunc (c cmdable) JSONDel(ctx context.Context, key, path string) *IntCmd {\n\targs := []interface{}{\"JSON.DEL\", key, path}\n\tcmd := NewIntCmd(ctx, args...)\n\t_ = c(ctx, cmd)\n\treturn cmd\n}\n\n// JSONForget deletes a value.\n// For more information, see https://redis.io/commands/json.forget\nfunc (c cmdable) JSONForget(ctx context.Context, key, path string) *IntCmd {\n\targs := []interface{}{\"JSON.FORGET\", key, path}\n\tcmd := NewIntCmd(ctx, args...)\n\t_ = c(ctx, cmd)\n\treturn cmd","sourceCodeStart":451,"sourceCodeEnd":487,"githubUrl":"https://github.com/redis/go-redis/blob/c5cad058c72f58370553b48566302303cf8a2e89/json.go#L451-L487","documentation":"Error \"not implemented\" thrown in redis/go-redis.","triggerScenarios":"Thrown at json.go:469 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"c5cad058c72f58370553b48566302303cf8a2e89","analyzedAt":"2026-09-01T06:50:53.388Z","contentChangedAt":null,"schemaVersion":2},"datasetVersion":"2026-09-08T10:18:20.063Z"}