Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52e69ed

Browse files
authored
improve package summary and description (#2558)
* improve package summary and description * improve package summary and description
1 parent 5f241d8 commit 52e69ed

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ http://pear.php.net/dtd/package-2.0
55
http://pear.php.net/dtd/package-2.0.xsd">
66
<name>redis</name>
77
<channel>pecl.php.net</channel>
8-
<summary>PHP extension for interfacing with Redis</summary>
8+
<summary>PHP extension for interfacing with key-value stores</summary>
99
<description>
10-
This extension provides an API for communicating with Redis servers.
10+
This extension provides an API for communicating with RESP-based key-value
11+
stores, such as Redis, Valkey, and KeyDB.
1112
</description>
1213
<lead>
1314
<name>Michael Grunder</name>

0 commit comments

Comments
 (0)