Skip to content

akifzdemir/spring-redis-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring boot Redis Cache

Crud App using Redis Cache, Spring boot and PostgreSQL

Contents

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)

App Screenshot

Cached request

App Screenshot

About

Crud App using Redis Cache, Spring boot and PostgreSQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages