renamed redis mentions in runtest files

Former-commit-id: 2e894a512b30a8317619e55fa30a218306f8514f
This commit is contained in:
christianEQ 2021-06-11 19:11:12 +00:00
parent 53be1b7fba
commit 974dc4918a
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ done
if [ -z $TCLSH ]
then
echo "You need tcl 8.5 or newer in order to run the Redis Cluster test"
echo "You need tcl 8.5 or newer in order to run the KeyDB Cluster test"
exit 1
fi
$TCLSH tests/cluster/run.tcl $*

View File

@ -9,7 +9,7 @@ done
if [ -z $TCLSH ]
then
echo "You need tcl 8.5 or newer in order to run the Redis ModuleApi test"
echo "You need tcl 8.5 or newer in order to run the KeyDB ModuleApi test"
exit 1
fi