We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e937ce commit 09af844Copy full SHA for 09af844
runtest-cluster
@@ -8,7 +8,7 @@ done
8
9
if [ -z $TCLSH ]
10
then
11
- echo "You need tcl 8.5 or newer in order to run the Redis Sentinel test"
+ echo "You need tcl 8.5 or newer in order to run the Redis Cluster test"
12
exit 1
13
fi
14
$TCLSH tests/cluster/run.tcl $*
runtest-moduleapi
- echo "You need tcl 8.5 or newer in order to run the Redis test"
+ echo "You need tcl 8.5 or newer in order to run the Redis ModuleApi test"
0 commit comments