dazza-codes / aio-aws

Asyncio utils for AWS Services
Apache License 2.0
3 stars 1 forks source link

Add redis option for batch jobs-db #41

Closed dazza-codes closed 3 years ago

dazza-codes commented 3 years ago

Add a new batch jobs-db implementation that can use redis for higher throughput on batch jobs. Try to keep the same API as the existing implementation using tinyDB. If necessary, modify the API for a common ABC and update any consumers of the API for batch jobs-db.

dazza-codes commented 3 years ago

Now available in aio_aws.aio_aws_batch_db.AioAWSBatchRedisDB