1
0
2018-09-13 19:53:39 +02:00

7 lines
136 B
Bash
Executable File

redis-cli FLUSHALL
if [ $? == "0" ];then
go test -v -run=TestMysqlWithCache
else
echo "no redis-server running on localhost"
fi