Next Chapter, caching with Redis.
- Set up Redis in a Docker Container and add it to your REST API and your Database
- Now try to cache the entrys and queries you make with your CRUD operations.
- First parse your entry in the redis cache (Post-Request) and then check your database if the entry already exists. And also otherwise (get-Request) first check your cache and then your Database
Here are some Informations:
Use the share button below if you liked it.
It makes me smile, when I see it.