koron-go/redlock 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