Source: redis-py-cluster Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Nicolas Dandrimont Build-Depends: debhelper (>= 10), dh-python, python-all, python-hiredis, python-redis, python-setuptools, python3-all, python3-hiredis, python3-redis, python3-setuptools, python3-sphinx Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/redis-py-cluster.git Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/redis-py-cluster.git Homepage: http://redis-py-cluster.readthedocs.io/ Package: python-rediscluster Architecture: all Depends: ${misc:Depends}, ${python:Depends} Recommends: ${python:Recommends} Suggests: ${python:Suggests} Description: Python interface to a cluster of Redis key-value stores - Python 2.X 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 2 version of the rediscluster module. Package: python3-rediscluster Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Recommends: ${python3:Recommends} Suggests: ${python3:Suggests} Description: 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. Package: python-rediscluster-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends} Description: Python interface to a cluster of Redis key-value stores - Documentation 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 documentation for the rediscluster module