redis_mutex v0.2.0 API Reference
Modules
An Elixir library for using Redis locks
This module connects to the Redis instance.
This module contains the actual Redis locking business logic. The with_lock
macro is generally the only function that should be used from this module, as it
will handle the logic for setting and removing key/values in Redis.