Skip to content

Redis's concept proof - Redis's concept proof - Project realized to testing and learning the tecnology redis for caching.

Notifications You must be signed in to change notification settings

cristianolopes1991/poc_spring_boot_rest_redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis's concept proof

The objective this project was do a concept proof about the use the bank REDIS

In applications that have a high volume of accesses, the applications can have a bad performance, causing the response time to requests to be longer than expected, in a lot of cases occur because your many connection betwen sistems or your databases, resulting in a poor user experience.

For companies to remain competitive and serve users, providing a better experience, it is necessary to optimize systems, and one of the ways to achieve this goal is through the use of caching, in this case Redis.

The objective of this project was to configure and test the use of redis. For this development, docker-compose was used to create a docker container with redis, spring boot, java, h2 database and data persistence with spring data jpa.

How to use

In the same directory the redis-docker-compose.yml run the following docker command

docker-compose -f redis-docker-compose.yml up

docker exec -it redis bash

About

Redis's concept proof - Redis's concept proof - Project realized to testing and learning the tecnology redis for caching.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages