mirror of
https://github.com/redis/redis.git
synced 2026-06-03 13:43:41 -04:00
Typo fix
This commit is contained in:
parent
80b70371e8
commit
3973b06df5
1 changed files with 2 additions and 2 deletions
|
|
@ -2262,8 +2262,8 @@ ldbLog(sdsnew(" mode dataset changes will be retained."));
|
||||||
ldbLog(sdsnew(""));
|
ldbLog(sdsnew(""));
|
||||||
ldbLog(sdsnew("Debugger functions you can call from Lua scripts:"));
|
ldbLog(sdsnew("Debugger functions you can call from Lua scripts:"));
|
||||||
ldbLog(sdsnew("redis.debug() Produce logs in the debugger console."));
|
ldbLog(sdsnew("redis.debug() Produce logs in the debugger console."));
|
||||||
ldbLog(sdsnew("redis.breakpoint() Stop execution like if there was a breakpoing."));
|
ldbLog(sdsnew("redis.breakpoint() Stop execution like if there was a breakpoint in the"));
|
||||||
ldbLog(sdsnew(" in the next line of code."));
|
ldbLog(sdsnew(" next line of code."));
|
||||||
ldbSendLogs();
|
ldbSendLogs();
|
||||||
} else if (!strcasecmp(argv[0],"s") || !strcasecmp(argv[0],"step") ||
|
} else if (!strcasecmp(argv[0],"s") || !strcasecmp(argv[0],"step") ||
|
||||||
!strcasecmp(argv[0],"n") || !strcasecmp(argv[0],"next")) {
|
!strcasecmp(argv[0],"n") || !strcasecmp(argv[0],"next")) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue