Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
7bad78bd
You need to sign in or sign up before continuing.
Commit
7bad78bd
authored
Jun 30, 2017
by
antirez
Browse files
Fix abort typo in Lua debugger help screen.
parent
f8547e53
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/scripting.c
View file @
7bad78bd
...
...
@@ -2271,7 +2271,7 @@ ldbLog(sdsnew("[e]eval <code> Execute some Lua code (in a different callfr
ldbLog
(
sdsnew
(
"[r]edis <cmd> Execute a Redis command."
));
ldbLog
(
sdsnew
(
"[m]axlen [len] Trim logged Redis replies and Lua var dumps to len."
));
ldbLog
(
sdsnew
(
" Specifying zero as <len> means unlimited."
));
ldbLog
(
sdsnew
(
"[a]
a
bort Stop the execution of the script. In sync"
));
ldbLog
(
sdsnew
(
"[a]bort
Stop the execution of the script. In sync"
));
ldbLog
(
sdsnew
(
" mode dataset changes will be retained."
));
ldbLog
(
sdsnew
(
""
));
ldbLog
(
sdsnew
(
"Debugger functions you can call from Lua scripts:"
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment