QR

Create and interact with Redis-based queues in Python
Download

QR Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Ted Nyman
  • Publisher web site:
  • http://github.com/tnm/

QR Tags


QR Description

Create and interact with Redis-based queues in Python QR can create and interact with Redis-based queues in Python.QR makes it easy to create and work with queue data structures for Redis. Redis is particularly suited for use as a queue, and QR makes it simple to implement one in Python. QR works best for (and simplifies) the creation of bounded queues: queues with a defined size of elements.Quick SetupYou'll need Redis (http://code.google.com/p/redis) itself, and the current Python interface for Redis, redis-py (http://github.com/andymccurdy/redis-py).Full documentation is in README.md or at http://github.com/tnm/qr Requirements: · Python What's New in This Release: · Auto-pop functionality is now optional. · New tests are now included. · Additional docstrings and some other minor changes.


QR Related Software