redis-connector

Redis pub/sub connector


Keywords
redis_connector
License
Apache-2.0
Install
pip install redis-connector==0.0.5

Documentation

redis_connector

Documentation Status

Redis pub/sub connector

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.