Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 405 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 405 Bytes

HipsterMQ

Simple Redis-based message queue with channels for those who don't need RabbitMQ.

Status

The library is in early development state and should not be used in production.

Features

  • Channels with ensured delivery (like pubsub, but better);
  • Simple wrapper over Redis queues.

License

Project is distributed under MIT License. See LICENSE.txt for details.