{"record":{"id":"ac4cace325d69415","repo":"redis/go-redis","slug":"not-implemented","errorCode":null,"errorMessage":"not implemented","messagePattern":"not implemented","errorType":"panic","errorClass":null,"httpStatus":null,"severity":"error","filePath":"commands.go","lineNumber":475,"sourceCode":"// DoRaw executes a command and returns the raw RESP protocol bytes without parsing.\nfunc (c cmdable) DoRaw(ctx context.Context, args ...interface{}) *RawCmd {\n\tcmd := NewRawCmd(ctx, args...)\n\t_ = c(ctx, cmd)\n\treturn cmd\n}\n\n// DoRawWriteTo executes a command and streams raw RESP bytes directly to w without intermediate allocations.\nfunc (c cmdable) DoRawWriteTo(ctx context.Context, w io.Writer, args ...interface{}) *RawWriteToCmd {\n\tcmd := NewRawWriteToCmd(ctx, w, args...)\n\t_ = c(ctx, cmd)\n\treturn cmd\n}\n\n// Quit closes the connection.\n//\n// Deprecated: Just close the connection instead as of Redis 7.2.0.\nfunc (c cmdable) Quit(_ context.Context) *StatusCmd {\n\tpanic(\"not implemented\")\n}\n\n//------------------------------------------------------------------------------\n\nfunc (c cmdable) BgRewriteAOF(ctx context.Context) *StatusCmd {\n\tcmd := NewStatusCmd(ctx, \"bgrewriteaof\")\n\t_ = c(ctx, cmd)\n\treturn cmd\n}\n\nfunc (c cmdable) BgSave(ctx context.Context) *StatusCmd {\n\tcmd := NewStatusCmd(ctx, \"bgsave\")\n\t_ = c(ctx, cmd)\n\treturn cmd\n}\n\nfunc (c cmdable) ClientKill(ctx context.Context, ipPort string) *StatusCmd {\n\tcmd := NewStatusCmd(ctx, \"client\", \"kill\", ipPort)","sourceCodeStart":457,"sourceCodeEnd":493,"githubUrl":"https://github.com/redis/go-redis/blob/c5cad058c72f58370553b48566302303cf8a2e89/commands.go#L457-L493","documentation":"Error \"not implemented\" thrown in redis/go-redis.","triggerScenarios":"Thrown at commands.go:475 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"}