View Source API Reference redis_mutex v0.6.0

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.