python-redis 2.10.6-2ubuntu1 source package in Ubuntu
Changelog
python-redis (2.10.6-2ubuntu1) bionic; urgency=medium * Don't run the precision tests on 32bit architectures (Chris Lamb). Closes: #896864. -- Matthias Klose <email address hidden> Thu, 26 Apr 2018 11:06:18 +0200
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Bionic
- Original maintainer:
- lamby
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-redis_2.10.6.orig.tar.gz | 92.6 KiB | e28e24539d6590a8b88498f2d30f7fe3e2be1171d7a91fe1fa6c5b6982519015 |
python-redis_2.10.6-2ubuntu1.debian.tar.xz | 5.2 KiB | a328c7dcee0258becc9115c451bc4d293bcf2b21d4066d9c7deeef3f383e5800 |
python-redis_2.10.6-2ubuntu1.dsc | 2.1 KiB | 571c3c4dc4fb3a20760c8e48dd22d56f39a0632e8ba644117e7511c480456519 |
Available diffs
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.