File: control

package info (click to toggle)
php-nrk-predis 1.0.0-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 1,508 kB
  • ctags: 2,083
  • sloc: php: 8,425; makefile: 5
file content (26 lines) | stat: -rw-r--r-- 1,126 bytes parent folder | download
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
Source: php-nrk-predis
Section: php
Priority: optional
Maintainer: Cyril Bouthors <cyb@debian.org>
Uploaders: Cyril Bouthors <cyril@boutho.rs>
Build-Depends: debhelper (>= 8.0.0)
Standards-Version: 3.9.6
Homepage: https://github.com/nrk/predis

Package: php-nrk-predis
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: libphp-predis
Replaces: libphp-predis
Conflicts: libphp-predis
Description: Flexible and feature-complete PHP client library for the Redis key-value store
 The library does not require any additional extension loaded in PHP but it can
 be optionally paired with the phpiredis (https://github.com/nrk/phpiredis)
 C-based extension to lower the overhead of serializing and parsing the Redis
 protocol. Predis is also available in an asynchronous fashion through the
 experimental client provided by the Predis\Async
 (http://github.com/nrk/predis-async) library.
 .
 For a list of frequently asked questions about Predis see our FAQ
 (https://github.com/nrk/predis/blob/master/FAQ.md). More details are available
 on the official wiki (http://wiki.github.com/nrk/predis) of the project.