* Add redis class object pool_task to run async task in fastapi startup function to create redis class pool object.
0.7.3
-----------------------
* Add async event loop logic when instantiating redis pool.
0.7.2
-----------------------
* Add boto3 to install_requires within setup.py.
0.7.1
-----------------------
* Fix missing None values in result from redis get_many_items function. * Update aiobotocore==1.1.2.
0.7.0
-----------------------
* Remove fice institution mapping logic as it is too NRCCUA specific for an open source project. * Refactored tests to no longer use AWS secrets manager for creds but use environment variables instead.
0.6.10
-----------------------
* Remove None values from redis build_cache_key function. * Use fakeredis instead of real elasticache resource.