https://github.com/monobot/redis_connector
Redis pub/sub connector
https://github.com/monobot/redis_connector
Last synced: about 2 months ago
JSON representation
Redis pub/sub connector
- Host: GitHub
- URL: https://github.com/monobot/redis_connector
- Owner: monobot
- License: mit
- Created: 2018-06-30T21:49:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:37:17.000Z (over 3 years ago)
- Last Synced: 2025-01-10T01:46:18.897Z (over 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
===============
redis_connector
===============
.. image:: https://img.shields.io/pypi/v/redis_connector.svg
:target: https://pypi.python.org/pypi/redis_connector
.. image:: https://img.shields.io/travis/monobot/redis_connector.svg
:target: https://travis-ci.org/monobot/redis_connector
.. image:: https://readthedocs.org/projects/redis-connector/badge/?version=latest
:target: https://redis-connector.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
Redis pub/sub connector
* Free software: MIT license
* Documentation: https://redis-connector.readthedocs.io.
Features
--------
* Microservices will be able to process each of them their own messages, because of the redis lock feature each message is waranteed been processed 1 time max.
* you can also send promiscuous messages if you like them better
* sending ping messages to the different microservices allows you to know how many instances for each microservice are consuming the messages.
Todo
----
* add tests
* logg feeback when the message has not been processed by any consumer.
Credits
-------
This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage