python-redis 2.7.2-1 source package in Ubuntu
Changelog
python-redis (2.7.2-1) unstable; urgency=low * New upstream version. (Closes: #729834) * Bump Standards-Version to 3.9.4. -- Chris Lamb <email address hidden> Mon, 18 Nov 2013 12:11:36 +0000
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-redis_2.7.2-1.dsc | 1.2 KiB | 33a548ae8aa09eae43c674b3b3a37024044d65098bbdcf0a5ce5f762265d9e54 |
python-redis_2.7.2.orig.tar.gz | 49.7 KiB | c22e7129f21b8bd1690c2cefc07b2caf1088c66a9dd159aed0621dcbaf2dfb09 |
python-redis_2.7.2-1.debian.tar.gz | 2.5 KiB | 5ceb4c4eb10ff66e288ccd7dbb9d027beced6ffe3f5d123d01b8598aa3f6e24d |
Available diffs
- diff from 2.4.13-2 to 2.7.2-1 (36.1 KiB)
No changes file available.
Binary packages built by this source
- python-redis: Persistent key-value database with network interface (Python library)
Redis is a key-value database in a similar vein to memcache but the dataset
is non-volatile. Redis additionally provides native support for atomically
manipulating and querying data structures such as lists and sets.
.
The dataset is stored entirely in memory and periodically flushed to disk.
.
This package contains Python bindings to Redis.