Update CHANGELOG and package.xml

This commit is contained in:
michael-grunder
2025-10-06 16:24:55 -07:00
parent 7d3b2e4d6d
commit 2f2d81149d
2 changed files with 4 additions and 0 deletions

View File

@@ -73,6 +73,9 @@ This release introduces support for dozens of new commands, including hash field
## Added
- Add `hgetwithmeta` method
[7d3b2e4d](https://github.com/phpredis/phpredis/commit/7d3b2e4d)
([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko))
- Add `maxRetries` to `redis_sock_configure`
[e9e9e495](https://github.com/phpredis/phpredis/commit/e9e9e4950946cd92aab8d0aa14d9d84adce4a646)
([michael-grunder](https://github.com/michael-grunder))

View File

@@ -59,6 +59,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
Added:
Add `hgetwithmeta` method [7d3b2e4d] (Pavlo Yatsukhnenko)
Add `maxRetries` to `redis_sock_configure` [e9e9e495] (Michael Grunder)
Implement vectorset commands [92dd256f, d80b7258, 7f9b1f41, 92716ed0,
dc91631b, 1deca628, 96378b70, 0fda9f29, 0ed0fc05, d1d69005, 286fa630,