FastAPI with aiocache and Redis Couldn't set databases.backends.postgres.Record object
I'm trying to implement Redis on my endpoint using the aiocache library. The first test I did with aiocache I used @cache without indicating any other service and everything worked. But when I tried to use Redis I see this…