Skip to content

juliovcruz/kotlin_redis_lock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kotlin Redis Lock

This repository is an example using distributed locks with redis in spring boot

How to run

To run this project you need Java, Docker and docker-compose installed in your PC

Run in terminal: docker-compose up -d && mvn verify && java -jar target/lock_redis-1.0.0.jar

or run make up if you have make installed

About

Example using distributed locks with redis in spring boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published