python3-aioredlock

Python asyncio redis redlock implementation

Description

This Python module provides an async implementation of the redis Redlock algorithm. This algorithm is designed to provide distributed locks with the following properties:

 Mutual exclusion. At any given moment, only one client can hold a lock.
 Deadlock free. Eventually it is always possible to acquire a lock,
   even if the client that locked a resource crashes or gets partitioned.
 Fault tolerance: As long as the majority of Redis nodes are up, clients are
   able to acquire and release locks.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/joanvila/aioredlock


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-aioredlock