增加redis、memcached用例

This commit is contained in:
罗祥
2018-12-25 17:57:05 +08:00
parent 735df354b0
commit 4098a22999
37 changed files with 1392 additions and 2 deletions

View File

@ -0,0 +1,5 @@
redis.host=127.0.0.1
redis.port=6379
redis.timeout=2000
redis.maxIdle=8
redis.maxTotal=16