File: control

package info (click to toggle)
libphp-predis 0.8.3-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 2,600 kB
  • ctags: 6,765
  • sloc: php: 23,700; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 1,051 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
Source: libphp-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.3
Homepage: https://github.com/nrk/predis

Package: libphp-predis
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
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.