Available on crate feature
sync
only.Expand description
Synchronous implementation of the lock.
Structs§
- Multi
Resource Guard - A guard that releases the lock when it is dropped.
- Multi
Resource Lock - A distributed mutual exclusion lock backed by Redis.
Functions§
- setup
- Initializes a Redis instance with the Lua library functions required for locking.