summaryrefslogtreecommitdiff
path: root/runtest-moduleapi
diff options
context:
space:
mode:
authorYossi Gottlieb <yossigo@gmail.com>2020-10-05 17:06:35 +0300
committerYossi Gottlieb <yossigo@gmail.com>2020-10-11 16:04:14 +0300
commit7d117d7591656e947f526f5d5f8a022b88b38ad9 (patch)
treebb3ccff2d6c07ee1f85121424effa9b17c956eff /runtest-moduleapi
parent9b7f8ba84b9de1ec846badd45e4004e3cd23f178 (diff)
downloadredis-7d117d7591656e947f526f5d5f8a022b88b38ad9.tar.gz
Modules: add RM_GetCommandKeys().
This is essentially the same as calling COMMAND GETKEYS but provides a more efficient interface that can be used in every context (i.e. not a Redis command).
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 e32147d5d..f881dfd3f 100755
--- a/runtest-moduleapi
+++ b/runtest-moduleapi
@@ -27,4 +27,5 @@ $TCLSH tests/test_helper.tcl \
--single unit/moduleapi/auth \
--single unit/moduleapi/keyspace_events \
--single unit/moduleapi/blockedclient \
+--single unit/moduleapi/getkeys \
"${@}"