Redis-powered queues, capped collections, deques, and stacks
Project description
Full documentation (with example code) is at (http://github.com/tnm/qr/)
QR
QR helps you create and work with queue, capped collection (bounded queue), deque, and stack data structures for Redis. Redis is well-suited for implementations of these abstract data structures, and QR makes it even easier to work with the structures in Python.
Quick Setup
You’ll need Redis (http://github.com/antirez/redis/) itself (QR makes use of MULTI/EXEC, so you’ll need the Git edge version), and the current Python interface for Redis, redis-py, (http://github.com/andymccurdy/redis-py). Put qr.py in your PYTHONPATH and you’re all set.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.