Skip to content

v1.2.9

Choose a tag to compare

@wangmingjob wangmingjob released this 07 Aug 08:29
· 22 commits to master since this release

框架更新,新增redis配置参数

新增poolSize, minIdleConns参数,如果不填,走默认配置

  {
    "alias": "two",
    "section": "two",
    "adapter": "redis",
    "host": "127.0.0.1",
    "port": 6379,
    "password": "123456",
    "db": 1,
    "poolSize": 20,
    "minIdleConns": 10
  }