Create a NodeJS API with Koa and TypeScript - #9 - Adding Redis
2K views
Feb 14, 2023
In order to save (or persist) data over a duration longer than a single request, we need some long term storage solution to keep hold of our data. This could be a database like Postgres. In our case, this will be Redis. You can setup and configure Redis however you like. For simplicity, I'm going to use Docker.
#Self Storage