Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 664 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 664 Bytes

koron-go/redlock

GoDoc CircleCI Go Report Card

An experimental implementation of Distributed Locks with Redis

How to test

$ docker run --rm -it -p 6379:6379 --name mem-redis redis:7.0.8-alpine3.17
$ go test