Crate rslock

Source

Structs§

Lock
A distributed lock that can be acquired and released across multiple Redis instances.
LockGuard
Upon dropping the guard, LockManager::unlock will be ran synchronously on the executor.
LockManager
The lock manager.

Enums§

LockError