Redis


Next Chapter, caching with Redis.

  1. Set up Redis in a Docker Container and add it to your REST API and your Database
  2. Now try to cache the entrys and queries you make with your CRUD operations.
  3. 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: