Packages

Elixir Redis client with sync/async connection pools, sharding, and one-time hostname resolution.

Current section

Files

Jump to
ex_redis_pool CHANGELOG.md
Raw

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)