redistools

A Redis tools provide python's Lock RLock Semaphore BoundedSemaphore Condition Event Barrier and Queue cross process.


License
GPL-3.0
Install
pip install redistools==0.1.7

Documentation

RedisTools

A Redis tools provide python's Lock RLock Semaphore BoundedSemaphore Condition Event Barrier and Queue cross process

Quickstart

Install the library with pip install redistools. Import the collections from the top-level redistools package.

from redistools import RedisManager as Manager
manager = Manager()

Then use it as a standard multiprocessing.Manager <https://docs.python.org/3/library/multiprocessing.html#multiprocessing.managers.SyncManager>

Notice: We didn't provide Array and Value in RedisManager

© 2016-? wwqgtxx