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
- Host: GitHub
- URL: https://github.com/netodeolino/redis-distributed-locks
- Owner: netodeolino
- Created: 2021-08-13T01:06:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-14T14:14:45.000Z (almost 5 years ago)
- Last Synced: 2025-06-16T02:45:07.227Z (about 1 year ago)
- Topics: kotlin, locks, microservice, redis, spring
- Language: Kotlin
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}