An open API service indexing awesome lists of open source software.

https://github.com/netodeolino/redis-distributed-locks

Redis distributed lock
https://github.com/netodeolino/redis-distributed-locks

kotlin locks microservice redis spring

Last synced: 2 months ago
JSON representation

Redis distributed lock

Awesome Lists containing this project

README

          

# Distributed redis locks

## Run
- docker-compose up --build -d
- mvn spring-boot:run

## Endpoints
- http://localhost:8080/test/set?key={key}&value={value}
- http://localhost:8080/test/lock?key={key}