Added
- Handle when handler is accessed when not setup
- Add connection attempt functionality, ensuring a redis connection exists before program launch (can be disabled)
Changed
- Switch to use `redis 4` instead of `aioredis`
- Use newer Python packaging config format
- Update minimum version of Quart
- Use custom internal logger, so it can be customised by users