1 Star 0 Fork 0

轻语天涯的风 / redis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
runtest 162 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
TCL=tclsh8.5
which $TCL
if [ "$?" != "0" ]
then
echo "You need '$TCL' in order to run the Redis test"
exit 1
fi
$TCL tests/test_helper.tcl $*
1
https://gitee.com/huoye175/redis.git
git@gitee.com:huoye175/redis.git
huoye175
redis
redis
2.4

搜索帮助