All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
- Redis Pubsub and monitor support
- Factory Exposure
- Testing
- make redis pool struct generic to work with both single instance and clustered connections
- remove lock from pool queue
- add optional upper bound on amount of connections
- add basic automated integration tests
- removed Tokio mutex as it caused issues on Drop.
- Initial release.