mirror of
https://github.com/php-win-ext/phpredis.git
synced 2026-03-24 00:52:16 +01:00
improve package summary and description (#2558)
* improve package summary and description * improve package summary and description
This commit is contained in:
@@ -5,9 +5,10 @@ http://pear.php.net/dtd/package-2.0
|
||||
http://pear.php.net/dtd/package-2.0.xsd">
|
||||
<name>redis</name>
|
||||
<channel>pecl.php.net</channel>
|
||||
<summary>PHP extension for interfacing with Redis</summary>
|
||||
<summary>PHP extension for interfacing with key-value stores</summary>
|
||||
<description>
|
||||
This extension provides an API for communicating with Redis servers.
|
||||
This extension provides an API for communicating with RESP-based key-value
|
||||
stores, such as Redis, Valkey, and KeyDB.
|
||||
</description>
|
||||
<lead>
|
||||
<name>Michael Grunder</name>
|
||||
|
||||
Reference in New Issue
Block a user