File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2196,10 +2196,10 @@ void bugReportEnd(int killViaSignal, int sig) {
21962196 serverLogRaw (LL_WARNING |LL_RAW ,
21972197"\n=== REDIS BUG REPORT END. Make sure to include from START to END. ===\n\n"
21982198" Please report the crash by opening an issue on github:\n\n"
2199- " http://github.com/redis/redis /issues\n\n"
2200- " If a Redis module was involved, please open in the module's repo instead.\n\n"
2201- " Suspect RAM error? Use redis -server --test-memory to verify it.\n\n"
2202- " Some other issues could be detected by redis -server --check-system\n"
2199+ " http://github.com/valkey-io/valkey /issues\n\n"
2200+ " If a module was involved, please open in the module's repo instead.\n\n"
2201+ " Suspect RAM error? Use valkey -server --test-memory to verify it.\n\n"
2202+ " Some other issues could be detected by valkey -server --check-system\n"
22032203);
22042204
22052205 /* free(messages); Don't call free() with possibly corrupted memory. */
You can’t perform that action at this time.
0 commit comments