summaryrefslogtreecommitdiff
path: root/runtest-moduleapi
diff options
context:
space:
mode:
authorViktor Söderqvist <viktor.soderqvist@est.tech>2021-02-15 10:40:05 +0100
committerGitHub <noreply@github.com>2021-02-15 11:40:05 +0200
commit0bc8c9c8f975f326c2ce87a0759b8b65b94a4120 (patch)
tree448707288ad3ccfd456531464b42c1653afedd12 /runtest-moduleapi
parentefccd6353bacec9addc7278292fd8c3108d116e4 (diff)
downloadredis-0bc8c9c8f975f326c2ce87a0759b8b65b94a4120.tar.gz
Modules: In RM_HashSet, add COUNT_ALL flag and set errno (#8446)
The added flag affects the return value of RM_HashSet() to include the number of inserted fields, in addition to updated and deleted fields. errno is set on errors, tests are added and documentation updated.
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 53656fad7..7c17501e0 100755
--- a/runtest-moduleapi
+++ b/runtest-moduleapi
@@ -32,6 +32,7 @@ $TCLSH tests/test_helper.tcl \
--single unit/moduleapi/getkeys \
--single unit/moduleapi/test_lazyfree \
--single unit/moduleapi/defrag \
+--single unit/moduleapi/hash \
--single unit/moduleapi/zset \
--single unit/moduleapi/stream \
"${@}"