Metadata-Version: 1.1
Name: redis-drs
Version: 0.0.2
Summary: A Distributed Resource Scheduling system that uses Redis.
Home-page: https://github.com/stnbu/redis_drs
Author: Mike Burr
Author-email: mburr@unintuitive.org
License: MIT
Download-URL: https://github.com/stnbu/redis_drs/archive/master.zip
Description: A Distributed Resource Scheduling system that uses Redis (and the python Redis library).
        
        The presence of a key that contains a "resource_signature" indicates a lock. For conveniences' sake arbitrary data may
        be associated with the resource_signature.
        
        This package is heavily based upon the "redlock-py" package: https://github.com/SPSCommerce/redlock-py
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python
Requires: redis
Provides: redis_drs
