Metadata-Version: 2.1
Name: redis-heartbeat-lock
Version: 0.1.15
Summary: Top-level package for Redis heartbeat lock.
Home-page: https://github.com/fwallacevt/redis-heartbeat-lock
License: MIT
Author: Forrest Wallace
Author-email: forrest.wallace.vt@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: redis
Description-Content-Type: text/x-rst

=====================
Redis heartbeat lock
=====================

Basic Redis locking mechanism, implemented as an asynchronous context manager. Allows the caller to hold a lock, with a specified heartbeat, while doing a chunk of work.


* Free software: MIT
* Documentation: https://redis-heartbeat-lock.readthedocs.io.

Sponsor
--------

.. image:: https://s3.amazonaws.com/faraday-assets/files/img/logo.svg
    :target: https://www.faraday.io
    :alt: Faraday logo
    
We use `redis-heartbeat-lock`_ for `B2C customer lifecycle optimization at Faraday`_.

.. _`redis-heartbeat-lock`: https://github.com/fwallacevt/redis-heartbeat-lock
.. _`B2C customer lifecycle optimization at Faraday`: https://www.faraday.io


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `briggySmalls/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`briggySmalls/cookiecutter-pypackage`: https://github.com/briggySmalls/cookiecutter-pypackage

