redis-py-cluster 1.3.3-1 source package in Ubuntu
Changelog
redis-py-cluster (1.3.3-1) unstable; urgency=medium * Initial release. (Closes: #851255) -- Nicolas Dandrimont <email address hidden> Fri, 13 Jan 2017 15:51:41 +0100
Upload details
- Uploaded by:
- Debian Python Modules Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
redis-py-cluster_1.3.3-1.dsc | 2.3 KiB | 8ebc236007645565373f5fcdc37928adb28078496a218a93c9bfedaf96c86c21 |
redis-py-cluster_1.3.3.orig.tar.gz | 97.4 KiB | d026a5ffac36beab71e43c49c0b12866765196615ae3a60ae2992bb15833b6b1 |
redis-py-cluster_1.3.3-1.debian.tar.xz | 2.3 KiB | 99704ecdfc0f949b93982efc11648f4c73af1bcbc02c9500ac2b9b3b71877552 |
No changes file available.
Binary packages built by this source
- python-rediscluster: No summary available for python-rediscluster in ubuntu focal.
No description available for python-rediscluster in ubuntu focal.
- python-rediscluster-doc: No summary available for python-rediscluster-doc in ubuntu artful.
No description available for python-
rediscluster- doc in ubuntu artful.
- python3-rediscluster: Python interface to a cluster of Redis key-value stores
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.
.
redis-py-cluster provides Python bindings to Redis Cluster, the distributed
implementation of the Redis key-value store, available upstream since Redis
3.0.
.
This package provides the Python 3 version of the rediscluster module.