summaryrefslogtreecommitdiff
path: root/runtest-moduleapi
diff options
context:
space:
mode:
authorShaya Potter <shaya@redislabs.com>2021-10-25 11:31:20 +0300
committerGitHub <noreply@github.com>2021-10-25 11:31:20 +0300
commit12ce2c3925ee8fa6cfe0f5091eba21968b95c0c9 (patch)
tree15c34eaec5803901a29058e4bdf33614e52b4224 /runtest-moduleapi
parentc1718f9d862267bc44b2a326cdc8cb1ca5b81a39 (diff)
downloadredis-12ce2c3925ee8fa6cfe0f5091eba21968b95c0c9.tar.gz
Add RM_ReplyWithBigNumber module API (#9639)
Let modules use additional type of RESP3 response (unused by redis so far) Also fix tests that where introduced in #8521 but didn't actually run. Co-authored-by: Oran Agra <oran@redislabs.com>
Diffstat (limited to 'runtest-moduleapi')
-rwxr-xr-xruntest-moduleapi1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtest-moduleapi b/runtest-moduleapi
index 12bd7f274..21a770ee4 100755
--- a/runtest-moduleapi
+++ b/runtest-moduleapi
@@ -43,4 +43,5 @@ $TCLSH tests/test_helper.tcl \
--single unit/moduleapi/cluster \
--single unit/moduleapi/aclcheck \
--single unit/moduleapi/subcommands \
+--single unit/moduleapi/reply \
"${@}"