Current section
Files
Jump to
Current section
Files
ex_redis_pool
CHANGELOG.md
CHANGELOG.md
# 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
- [ntrepid8](https://github.com/ntrepid8)
## 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
- [ntrepid8](https://github.com/ntrepid8)