API Reference

Modules

A module for acquiring a lock, extending it and releasing the lock

Aims to implement the algorithm for single redis server instance described at http://redis.io/topics/distlock

This module provides a global process registry using Relocker.Locker as the storage backend. It supports e.g., the GenServer‘s {:via, module, term} API