python-redis 2.4.9-1ubuntu1 source package in Ubuntu

Changelog

python-redis (2.4.9-1ubuntu1) precise; urgency=low

  * Transition to dh_python2 for inclusion in main for MaaS (LP: #1020267)
 -- Adam Conrad <email address hidden>   Fri, 07 Jun 2013 00:10:44 -0600

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates main python

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-redis_2.4.9.orig.tar.gz 25.8 KiB f4ea85767e037d1aa471272840db2af512fe86043324621f883de7c9ccebfaf1
python-redis_2.4.9-1ubuntu1.debian.tar.gz 2.5 KiB 5c551be5def46298c5530462d7fb98646a44e980a82c39331cbc36699188c2bd
python-redis_2.4.9-1ubuntu1.dsc 1.3 KiB 518ff82369d666e7167af3dc1088b766b9f963a3adb05b83d72e87f3add636a2

Available diffs

View changes file

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.