Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f241d8 commit 52e69edCopy full SHA for 52e69ed
1 file changed
package.xml
@@ -5,9 +5,10 @@ http://pear.php.net/dtd/package-2.0
5
http://pear.php.net/dtd/package-2.0.xsd">
6
<name>redis</name>
7
<channel>pecl.php.net</channel>
8
- <summary>PHP extension for interfacing with Redis</summary>
+ <summary>PHP extension for interfacing with key-value stores</summary>
9
<description>
10
- This extension provides an API for communicating with Redis servers.
+ This extension provides an API for communicating with RESP-based key-value
11
+ stores, such as Redis, Valkey, and KeyDB.
12
</description>
13
<lead>
14
<name>Michael Grunder</name>
0 commit comments