1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: php-redis
Section: php
Priority: optional
Maintainer: Debian PHP PECL Maintainers <team+php-pecl@tracker.debian.org>
Uploaders: Jonas Genannt <jonas.genannt@capi2name.de>,
Cyril Bouthors <cyb@debian.org>,
Ondřej Surý <ondrej@debian.org>
Build-Depends: debhelper (>= 9),
dh-php (>= 0.33~),
php-all-dev,
php-igbinary
Standards-Version: 3.9.8
Vcs-Git: https://salsa.debian.org/php-team/pecl/php-redis.git
Vcs-Browser: https://salsa.debian.org/php-team/pecl/php-redis
Homepage: https://pecl.php.net/package/redis
Package: php-redis
Architecture: any
Depends: php-igbinary,
${misc:Depends},
${php:Depends},
${shlibs:Depends}
Suggests: redis-server
Provides: ${php:Provides}
Description: PHP extension for interfacing with Redis
This extension allows php applications to communicate with the Redis
persistent key-value store. The php-redis module provides an easy
object oriented interface.
|