initial commit
This commit is contained in:
commit
479cf54ada
595 changed files with 427508 additions and 0 deletions
6
vendor/github.com/go-xorm/xorm-redis-cache/run_test.sh
generated
vendored
Executable file
6
vendor/github.com/go-xorm/xorm-redis-cache/run_test.sh
generated
vendored
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
redis-cli FLUSHALL
|
||||
if [ $? == "0" ];then
|
||||
go test -v -run=TestMysqlWithCache
|
||||
else
|
||||
echo "no redis-server running on localhost"
|
||||
fi
|
||||
Reference in a new issue