Commits
Click on a commit to change the comparison rangeDeduce storage variant from environment variables Fix instanstiateBlocklistChecker Fix configuration_loader logic refactor: use object literal mapping instead of switch
This is better than a non-exhaustive switch statement.
Plus it follows the Open/Closed Principle - extend by
adding to map, not modifying code.
The main tradeoff is that it's slightly more abstract
than a switch statement. It becomes more valuable as
we add more variants. Use RedisClient.isReady instead of custom `connected` field