Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 519 Bytes

CHANGELOG.md

File metadata and controls

27 lines (19 loc) · 519 Bytes

Change Log

v0.2.1

  • Enhancements

    • increase default recycle count to 50k from 10k
  • Fixes

    • call stop on eredis client when recycling a worker
  • Contributors

v0.2.0

  • Enhancements

    • recycle pool workers after handling N queries
    • add hibernation
    • style
    • add Vagrantfile for local testing
  • Fixes

    • various & sundry compiler warnings
    • fix invalid function calls
  • Contributors