1
0

added new cache libraries

This commit is contained in:
kolaente
2018-09-13 19:53:39 +02:00
parent 416745ddab
commit 716b06feff
20 changed files with 3651 additions and 0 deletions

6
vendor/github.com/go-xorm/xorm-redis-cache/run_test.sh generated vendored Executable file
View 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