Source: python-redis Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Chris Lamb , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-setuptools, Standards-Version: 4.6.1 Vcs-Git: https://salsa.debian.org/python-team/packages/python-redis.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-redis Homepage: https://github.com/andymccurdy/redis-py Rules-Requires-Root: no Package: python3-redis Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Suggests: python3-hiredis, Description: python bindings for Redis, a persistent key-value database with network interface 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.