Redis-powered queues, capped collections, deques, and stacks
Project description
Full documentation (with example code) is at http://github.com/doctorondemand/qr3
QR3
QR3 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 QR3 makes it even easier to work with the structures in Python.
Quick Setup
You’ll need [Redis](http://github.com/antirez/redis/ “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 “redis-py”).
Run setup.py to install qr3 or ‘pip install qr3’.
Responding to PR’s
Given that this package primarily supports internal use cases, we cannot guarantee a specific response time on PRs for new features. However, we will do our best to consider them in a timely fashion.
We do commit to reviewing anything related to a security issue in a timely manner. We ask that you first submit anything of that nature to security@doctorondemand.com prior to creating a PR and follow responsible disclosure rules.
Thanks for your interest in helping with this package!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file qr3-1.0.1.tar.gz
.
File metadata
- Download URL: qr3-1.0.1.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/2.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc4efb8274db127ff6dbf34bb101772d7d17340cc46a21fc808bdd1f0498b9a6 |
|
MD5 | d283f9ff8a6111f2ed9506c5be465ca0 |
|
BLAKE2b-256 | 896d1caca6f32371704f8cdbbd8ada56b15bb935cbf182ee575c3ddaa05c0375 |