A simple message queue library built on top of Redis. Current version 1.1.0, release cadence infrequent. Requires Python >=3.8.
pip install redis-simple-mqNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: producer puts a dict onto a queue, consumer retrieves it.
Use a single global Queue instance or manually manage a Redis connection pool.
Use mq.get() instead of mq.pop().