summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/script-debug.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/script-debug.md')
-rw-r--r--iredis/data/commands/script-debug.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/iredis/data/commands/script-debug.md b/iredis/data/commands/script-debug.md
index 52f8194..3779ed5 100644
--- a/iredis/data/commands/script-debug.md
+++ b/iredis/data/commands/script-debug.md
@@ -15,12 +15,13 @@ finishes, so debugging can be restarted using the same initial state. The
alternative synchronous debug mode blocks the server while the debugging session
is active and retains all changes to the data set once it ends.
-- `YES`. Enable non-blocking asynchronous debugging of Lua scripts (changes are
- discarded).
-- `!SYNC`. Enable blocking synchronous debugging of Lua scripts (saves changes
- to data).
-- `NO`. Disables scripts debug mode.
+* `YES`. Enable non-blocking asynchronous debugging of Lua scripts (changes are discarded).
+* `!SYNC`. Enable blocking synchronous debugging of Lua scripts (saves changes to data).
+* `NO`. Disables scripts debug mode.
+
+For more information about `EVAL` scripts please refer to [Introduction to Eval Scripts](/topics/eval-intro).
@return
@simple-string-reply: `OK`.
+