1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Update long description for Debian
Author: Jonas Genannt <jonas.genannt@capi2name.de>
Bug: https://github.com/nicolasff/phpredis/issues/384
diff --git a/package.xml b/package.xml
index 11ba538..7ab6b38 100644
--- a/package.xml
+++ b/package.xml
@@ -3,7 +3,7 @@
<name>redis</name>
<channel>pecl.php.net</channel>
<summary>PHP extension for interfacing with Redis</summary>
- <description>This extension provides an API for communicating with Redis servers.</description>
+ <description> This extension allows php applications to communicate with the Redis persistent key-value store. The php-redis module provides an easy object oriented interface.</description>
<lead>
<name>Nicolas Favre-Felix</name>
<user>nff</user>
|