factoyr.py can probably be removed. It's overly complicated and causes typing issues while seeming to provide no benefit at all. I think it's probably preferable to simply import the caches the user wants explicitly: ``` from aiocache.backends.redis import RedisCache ```