Create and interact with Redis-based queues in Python
Project description
QR
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 Setup
You’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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qr-0.1.1.tar.gz
(1.8 kB
view hashes)