Extend modules API to allow modules report to redis INFO

this implements #6012
This commit is contained in:
Oran Agra
2019-07-24 12:58:15 +03:00
parent bc5cb168f5
commit e91d9a6fff
9 changed files with 260 additions and 3 deletions

View File

@ -13,4 +13,4 @@ then
fi
make -C tests/modules && \
$TCLSH tests/test_helper.tcl --single unit/moduleapi/commandfilter "${@}"
$TCLSH tests/test_helper.tcl --single unit/moduleapi/commandfilter --single unit/moduleapi/infotest "${@}"