Skip to content

4.0.2

Compare
Choose a tag to compare
@bingcool bingcool released this 03 Aug 15:10
· 1097 commits to master since this release
  • 添加支持mysql,redis组件的连接池,由一个或者多个process专门负责创建mysql(包括协程),redis实例(包括协程)push至channel中,worker进程中直接可以从channel中pop使用。
  • 添加pools的管理,可以方便管理各个连接池的使用情况。
  • 预留开放式的接口类,开发者可以根据自己的调度智能创建mysql,redis实例。
  • 优化其他方面的性能,修复一些已知的bug。