Spring boot Redis Cache Crud App using Redis Cache, Spring boot and PostgreSQL Contents API Reference Screenshots API Reference Get all products GET /api/product/getall Get product GET /api/product/${id} Add product POST /api/product/add Update product PUT /api/product/update/${id} Delete product DELETE /api/product/delete/${id} Screenshots First request (with 2 seconds delay) Cached request