I happen to use a central instance of Redis for various projects and could use having this change integrated, allowing to specify from .env the database to use.
All the tests already seem to run on sqlite, so there (in my mind) is no reason to not provide support for it.
The only change needed was to lower the delete chunk size.
* Summary: Add the ability to configure DB ports
* Summary: Reorder port
* Summary: Added example env for DB_PORT customization
Changesets:
- Added DB_PORT and explain about customization