From 2f2d81149d9bad19883d089ae0cdb13252701ceb Mon Sep 17 00:00:00 2001 From: michael-grunder Date: Mon, 6 Oct 2025 16:24:55 -0700 Subject: [PATCH] Update CHANGELOG and package.xml --- CHANGELOG.md | 3 +++ package.xml | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f46166e..78d50d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.xml b/package.xml index 3e29068..542e73e 100644 --- a/package.xml +++ b/package.xml @@ -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,