python-redis 2.10.6-1 source package in Ubuntu

Changelog

python-redis (2.10.6-1) unstable; urgency=medium

  * New upstream release.
  * debian/watch: Move to HTTPS URI.
  * Bump Standards-Version to 4.1.1.
  * Drop version part of python-all dependency.

 -- Chris Lamb <email address hidden>  Sun, 22 Oct 2017 11:43:25 -0400

Upload details

Uploaded by:
lamby
Uploaded to:
Sid
Original maintainer:
lamby
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-redis_2.10.6-1.dsc 2.1 KiB c53baff556d94ace3639f819aacfe8d33bb821b3b71a677afa28e81daf14a605
python-redis_2.10.6.orig.tar.gz 92.6 KiB e28e24539d6590a8b88498f2d30f7fe3e2be1171d7a91fe1fa6c5b6982519015
python-redis_2.10.6-1.debian.tar.xz 3.9 KiB 29b611b66dfdddc643b0e2e3aa121e8f99a6bc7f7f528e48de7cd0283da2fa6f

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.

python3-redis: Persistent key-value database with network interface (Python 3 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.
 .
 This is the Python 3 version of the package.