mirror of
https://github.com/redis/redis.git
synced 2026-04-22 19:37:30 -04:00
Typo fix
This commit is contained in:
@@ -2262,8 +2262,8 @@ ldbLog(sdsnew(" mode dataset changes will be retained."));
|
||||
ldbLog(sdsnew(""));
|
||||
ldbLog(sdsnew("Debugger functions you can call from Lua scripts:"));
|
||||
ldbLog(sdsnew("redis.debug() Produce logs in the debugger console."));
|
||||
ldbLog(sdsnew("redis.breakpoint() Stop execution like if there was a breakpoing."));
|
||||
ldbLog(sdsnew(" in the next line of code."));
|
||||
ldbLog(sdsnew("redis.breakpoint() Stop execution like if there was a breakpoint in the"));
|
||||
ldbLog(sdsnew(" next line of code."));
|
||||
ldbSendLogs();
|
||||
} else if (!strcasecmp(argv[0],"s") || !strcasecmp(argv[0],"step") ||
|
||||
!strcasecmp(argv[0],"n") || !strcasecmp(argv[0],"next")) {
|
||||
|
||||
Reference in New Issue
Block a user