From 0bc8c9c8f975f326c2ce87a0759b8b65b94a4120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20S=C3=B6derqvist?= Date: Mon, 15 Feb 2021 10:40:05 +0100 Subject: 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. --- runtest-moduleapi | 1 + 1 file changed, 1 insertion(+) (limited to 'runtest-moduleapi') 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 \ "${@}" -- cgit v1.2.1