summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/script-debug.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-04 07:19:32 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-04 07:19:32 +0000
commit7480e618ec785ba8a1c74c8a150cffe5880fb3bb (patch)
tree87422376dd9a7eee55850f0fce9a8bb4c13e44a2 /iredis/data/commands/script-debug.md
parentAdding upstream version 1.12.1. (diff)
downloadiredis-df49d7c38b2b8498c93215691d16403b32becec8.tar.xz
iredis-df49d7c38b2b8498c93215691d16403b32becec8.zip
Adding upstream version 1.13.0.upstream/1.13.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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`.
+